spring boot jpa使用application.properties配置文件时无法连接数据库,而使用yml文件时正常
来源:4-1 买家类目-dao(上)
丶似浅
2017-08-14
spring boot jpa使用application.properties配置文件时无法连接数据库,如下
spring.datasource.name=root
spring.datasource.password=123456
spring.datasource.driver-class-name=com.mysql.jdbc.Driver
spring.datasource.url=jdbc:mysql://192.168.99.100:3306/sell?characterEncoding=utf-8&useSSL=false
spring.jpa.show-sql=true
会报java.sql.SQLException: Access denied for user ''@'192.168.99.1' (using password: YES)错误
而使用yml文件时是Ok一切正常 ,不知道讲师有没有试过 不知道是什么原因
写回答
1回答
-
廖师兄
2017-08-14
连接数据库报错,打断点检查数据库配置是不是没有注进去
00
相似问题