dijiekstra commented on code in PR #2190: URL: https://github.com/apache/incubator-seatunnel/pull/2190#discussion_r930576365
########## 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: If not add this configured , other modules compent can not been scan and loading into container. -- 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]
