java.sql.SQLException: url not set

解决方法:
@Bean
public DataSource druid(){

    return new DruidDataSource();
}

在@bean上面加上
@ConfigurationProperties(prefix = “spring.datasource”)

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐