当前位置:Gxlcms > 数据库问题 > Description: Cannot determine embedded database driver class for database type NONE 解决

Description: Cannot determine embedded database driver class for database type NONE 解决

时间:2021-07-01 10:21:17 帮助过:4人阅读

@ComponentScan(basePackages = {"com.wf.zhang.springcloud.dao"})
@EnableAutoConfiguration(exclude={DataSourceAutoConfiguration.class})
@SpringBootApplication
public class DeptProvider8001_App {
    public static void main(String[] args) {
        SpringApplication.run(DeptProvider8001_App.class, args);
    }
}

 

 

Description: Cannot determine embedded database driver class for database type NONE 解决

标签:string   div   info   run   base   void   eterm   mbed   col   

人气教程排行