You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/orm/jpa/DataJpaTest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2012-2021 the original author or authors.
2
+
* Copyright 2012-2020 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -54,8 +54,8 @@
54
54
* override these settings.
55
55
* <p>
56
56
* SQL queries are logged by default by setting the {@code spring.jpa.show-sql} property
57
-
* to {@code true}. This can be disabled by using the {@link DataJpaTest#showSql()
58
-
* showSql} attribute.
57
+
* to {@code true}. This can be disabled using the {@link DataJpaTest#showSql() showSql}
58
+
* attribute.
59
59
* <p>
60
60
* If you are looking to load your full application configuration, but use an embedded
61
61
* database, you should consider {@link SpringBootTest @SpringBootTest} combined with
0 commit comments