springboot 项目创建jar的bean

2025-01-24 05:27:49
推荐回答(1个)
回答1:

@ComponentScan(basePackages = {
        "com.xxxx.xxxx"})

启动项有没有加上扫描指定包路径?类似上面的代码