SpringBoot微服务 Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded dat

编程入门 行业动态 更新时间:2024-10-19 17:39:46

SpringBoot微服务 Failed to <a href=https://www.elefans.com/category/jswz/34/1766147.html style=configure a DataSource: ‘url‘ attribute is not specified and no embedded dat"/>

SpringBoot微服务 Failed to configure a DataSource: ‘url‘ attribute is not specified and no embedded dat

翻译过来是:未能配置数据源:未指定“url”属性,并且没有嵌入的数据源coul

两种方法:

        第一种取消自动配置数据库

       

@SpringBootApplication(exclude = { DataSourceAutoConfiguration.class })

在启动类的SpringBootApplication上取消配置

        第二种是在配置文件上配置数据库的相关信息

        

spring:datasource:url: jdbc:mysql://localhost:3306/xxxxusername: rootpassword: rootdriver-class-name: com.mysql.jdbc.Driver

更多推荐

SpringBoot微服务 Failed to configure a DataSource: ‘url‘ attribute is not specified

本文发布于:2024-03-12 11:41:22,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1731425.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:configure   DataSource   SpringBoot   Failed   embedded

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!