Spring Boot学习相关

使用相关版本号:
Mysql:5.7.18
SpringBoot:v2.2.6.RELEASE
Java:1.8.0_181

Mysql相关

Mysql保姆式安装配置教程
第一次初始化密码不正确解决,使用临时密码进入或者 直接重置密码

Spring Boot学习及补充

SpringBoot 非官方教程
新建一个项目

第二章相关问题:
@Component修饰的bean与Controller中的@EnableConfigurationProperties({...})相互冲突,如果使用@Component(把普通pojo实例化到spring容器中)就不用使用@EnableConfigurationProperties,否则会有“Field test in xx.xx.xxController required a single bean, but 2 were found:”错误

第三章相关问题:
解决Loading class com.mysql.jdbc.Driver. This is deprecated. The new driver class is com.mysql.cj.jdbc.Driver.

你可能感兴趣的:(Spring Boot学习相关)