gpt4 book ai didi

mysql - 无法从 sts 连接到 mysql

转载 作者:行者123 更新时间:2023-11-29 16:02:15 25 4
gpt4 key购买 nike

我已在 application.properties 中提供了连接到 Mysql 的凭据,但 spring-boot 无法获取这些凭据。

这是我的 application.properties 文件:

spring.jpa.hibernate.ddl-auto=none
spring.datasource.url=jdbc:mysql://localhost/person_example
spring.datasource.data-username=root
spring.datasource.data-password=password

控制台中显示的错误:

java.sql.SQLException: Access denied for user ''@'localhost' (using password: NO)
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:129) ~[mysql-connector-java-8.0.15.jar:8.0.15]
at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:97) ~[mysql-connector-java-8.0.15.jar:8.0.15]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122) ~[mysql-connector-java-8.0.15.jar:8.0.15]

最佳答案

在此处查看有关常见 speinh 属性的文档:

https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html

您需要使用 spring.datasource.username 和 spring.datasource.password

关于mysql - 无法从 sts 连接到 mysql,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56089095/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com