Skip to content

Commit 4a0703c

Browse files
author
prchen
committed
Remove useless test config @import
1 parent 4b0ad26 commit 4a0703c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/test/TestApp.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
package test;
22

3-
import com.github.prchen.antares.starter.AntaresAutoConfiguration;
43
import com.github.prchen.antares.starter.AntaresScan;
54
import org.springframework.boot.SpringApplication;
65
import org.springframework.boot.autoconfigure.SpringBootApplication;
7-
import org.springframework.context.annotation.Import;
86

97
@AntaresScan
108
@SpringBootApplication
11-
@Import(AntaresAutoConfiguration.class)
129
public class TestApp {
1310

1411
public static void main(String[] args) {

0 commit comments

Comments
 (0)