BAEL-7135

updated component scan
This commit is contained in:
parthiv39731 2023-10-25 15:10:31 +05:30
parent 18fc64eedd
commit 78f5072f7c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication
@ComponentScan(basePackages = "jdbcclient")
@ComponentScan(basePackages = "com.baledung.jdbcclient")
public class JdbcClientDemoApplication {
public static void main(String[] args) {