-
SQLException: Access denied for user ‘root’@‘10.2.26.170’ (using password: YES)
解决:用户密码错误 -
java.lang.IllegalStateException: Failed to load ApplicationContext
– ConfigurationPropertiesBindException: Error creating bean with name ‘durid’: Could not bind properties to ‘DataSource’ :
BindException: Failed to bind properties under ‘spring.datasource’ to javax.sql.DataSource
解决:少了配置文件里的包
来源:oschina
链接:https://my.oschina.net/u/4337683/blog/4947185