Skip to content

Commit e280b07

Browse files
committed
refactor: Remove @componentscan
1 parent dc52e44 commit e280b07

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

spring-boot-reactive-logging/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ lombox เป็น dependency ที่ใช้สำหรับ generate cod
5757

5858
``` java
5959
@SpringBootApplication
60-
@ComponentScan(basePackages = {"me.jittagornp"})
6160
public class AppStarter {
6261

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

spring-boot-reactive-logging/src/main/java/me/jittagornp/example/reactive/AppStarter.java

-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,11 @@
55

66
import org.springframework.boot.SpringApplication;
77
import org.springframework.boot.autoconfigure.SpringBootApplication;
8-
import org.springframework.context.annotation.ComponentScan;
98

109
/**
1110
* @author jitta
1211
*/
1312
@SpringBootApplication
14-
@ComponentScan(basePackages = {"me.jittagornp"})
1513
public class AppStarter {
1614

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

0 commit comments

Comments
 (0)