We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc52e44 commit e280b07Copy full SHA for e280b07
spring-boot-reactive-logging/README.md
@@ -57,7 +57,6 @@ lombox เป็น dependency ที่ใช้สำหรับ generate cod
57
58
``` java
59
@SpringBootApplication
60
-@ComponentScan(basePackages = {"me.jittagornp"})
61
public class AppStarter {
62
63
public static void main(String[] args) {
spring-boot-reactive-logging/src/main/java/me/jittagornp/example/reactive/AppStarter.java
@@ -5,13 +5,11 @@
5
6
import org.springframework.boot.SpringApplication;
7
import org.springframework.boot.autoconfigure.SpringBootApplication;
8
-import org.springframework.context.annotation.ComponentScan;
9
10
/**
11
* @author jitta
12
*/
13
14
15
16
17
0 commit comments