我想使用mySql并使用spring工具套件和maikng入门Web应用程序连接到数据库,并且在试图运行时给我该错误? java.sql.SQLException:用户'@'localhost'的访问被拒绝(使用密码:NO)
这是我的应得条件
spring.datasource.data-username=root
spring.datasource.data-password=3122
spring.datasource.url=jdbc:mysql://localhost:3306/alpha
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.jpa.database=mysql