Annotation Type DataSource
-
@Target(TYPE) @Retention(RUNTIME) public @interface DataSource
-
-
Element Detail
-
value
Class<? extends DataSourceProvider> value
- Default:
- com.radcortez.flyway.test.annotation.DataSource.DEFAULT.class
-
-
-
url
String url
- Default:
- ""
-
-
-
username
String username
- Default:
- ""
-
-
-
password
String password
- Default:
- ""
-
-