We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b0ad26 commit 4a0703cCopy full SHA for 4a0703c
src/test/java/test/TestApp.java
@@ -1,14 +1,11 @@
1
package test;
2
3
-import com.github.prchen.antares.starter.AntaresAutoConfiguration;
4
import com.github.prchen.antares.starter.AntaresScan;
5
import org.springframework.boot.SpringApplication;
6
import org.springframework.boot.autoconfigure.SpringBootApplication;
7
-import org.springframework.context.annotation.Import;
8
9
@AntaresScan
10
@SpringBootApplication
11
-@Import(AntaresAutoConfiguration.class)
12
public class TestApp {
13
14
public static void main(String[] args) {
0 commit comments