|
|
|
|
@ -18,6 +18,7 @@ package org.springframework.boot.test.autoconfigure.jdbc;
@@ -18,6 +18,7 @@ package org.springframework.boot.test.autoconfigure.jdbc;
|
|
|
|
|
|
|
|
|
|
import java.lang.annotation.Documented; |
|
|
|
|
import java.lang.annotation.ElementType; |
|
|
|
|
import java.lang.annotation.Inherited; |
|
|
|
|
import java.lang.annotation.Retention; |
|
|
|
|
import java.lang.annotation.RetentionPolicy; |
|
|
|
|
import java.lang.annotation.Target; |
|
|
|
|
@ -36,6 +37,7 @@ import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
@@ -36,6 +37,7 @@ import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
|
|
|
|
|
@Target(ElementType.TYPE) |
|
|
|
|
@Retention(RetentionPolicy.RUNTIME) |
|
|
|
|
@Documented |
|
|
|
|
@Inherited |
|
|
|
|
@ImportAutoConfiguration |
|
|
|
|
public @interface AutoConfigureJdbc { |
|
|
|
|
|
|
|
|
|
|