File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
examples/spring-boot-demo/implementation/src/test/java/info/jab/ms Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 11package info .jab .ms ;
22
3+ import info .jab .ms .common .PostgreSQLTestBase ;
34import org .junit .jupiter .api .DisplayName ;
45import org .junit .jupiter .api .Test ;
5- import org .springframework .boot .autoconfigure .EnableAutoConfiguration ;
6- import org .springframework .boot .autoconfigure .jdbc .DataSourceAutoConfiguration ;
76import org .springframework .boot .test .context .SpringBootTest ;
87
98import static org .assertj .core .api .Assertions .assertThat ;
109
1110@ SpringBootTest
12- @ EnableAutoConfiguration (exclude = {DataSourceAutoConfiguration .class })
1311@ DisplayName ("Main Application Integration Tests" )
14- class MainApplicationTest {
12+ class MainApplicationTest extends PostgreSQLTestBase {
1513
1614 @ Test
1715 void contextLoads () {
You can’t perform that action at this time.
0 commit comments