CalvinKirs commented on code in PR #2190:
URL: 
https://github.com/apache/incubator-seatunnel/pull/2190#discussion_r930567250


##########
seatunnel-server/seatunnel-app/src/main/java/org/apache/seatunnel/app/SeatunnelApplication.java:
##########
@@ -25,7 +25,7 @@
 import org.springframework.scheduling.annotation.EnableScheduling;
 import org.springframework.transaction.annotation.EnableTransactionManagement;
 
-@SpringBootApplication
+@SpringBootApplication(scanBasePackages = "org.apache.seatunnel")

Review Comment:
   I have a little doubt, (I may not be familiar with SpringBoot), if it is 
configured as `org.apache.seatunnel`, if this module depends on other modules, 
will it cause a lot of meaningless scans. (even if it's just a waste of time to 
scan but has no other effect)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to