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-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/core/AutoConfigureCache.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/json/AutoConfigureJson.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/json/AutoConfigureJsonTesters.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/orm/jpa/AutoConfigureDataJpa.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/orm/jpa/AutoConfigureTestDatabase.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/orm/jpa/AutoConfigureTestEntityManager.java
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@
18
18
19
19
importjava.lang.annotation.Documented;
20
20
importjava.lang.annotation.ElementType;
21
+
importjava.lang.annotation.Inherited;
21
22
importjava.lang.annotation.Retention;
22
23
importjava.lang.annotation.RetentionPolicy;
23
24
importjava.lang.annotation.Target;
@@ -31,9 +32,10 @@
31
32
* @author Phillip Webb
32
33
* @see TestEntityManagerAutoConfiguration
33
34
*/
34
-
@Documented
35
-
@Retention(RetentionPolicy.RUNTIME)
36
35
@Target({ ElementType.TYPE, ElementType.METHOD })
36
+
@Retention(RetentionPolicy.RUNTIME)
37
+
@Documented
38
+
@Inherited
37
39
@ImportAutoConfiguration
38
40
public @interface AutoConfigureTestEntityManager {
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/restdocs/AutoConfigureRestDocs.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/client/AutoConfigureMockRestServiceServer.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/client/AutoConfigureWebClient.java
Copy file name to clipboardExpand all lines: spring-boot-test-autoconfigure/src/main/java/org/springframework/boot/test/autoconfigure/web/servlet/AutoConfigureMockMvc.java
0 commit comments