BAEL-7135
updated component scan
This commit is contained in:
parent
18fc64eedd
commit
78f5072f7c
@ -5,7 +5,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
|
|||||||
import org.springframework.context.annotation.ComponentScan;
|
import org.springframework.context.annotation.ComponentScan;
|
||||||
|
|
||||||
@SpringBootApplication
|
@SpringBootApplication
|
||||||
@ComponentScan(basePackages = "jdbcclient")
|
@ComponentScan(basePackages = "com.baledung.jdbcclient")
|
||||||
public class JdbcClientDemoApplication {
|
public class JdbcClientDemoApplication {
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user