使用相关版本号:
Mysql:5.7.18
SpringBoot:v2.2.6.RELEASE
Java:1.8.0_181
Mysql相关
Mysql保姆式安装配置教程
第一次初始化密码不正确解决,使用临时密码进入或者 直接重置密码
Spring Boot学习及补充
第二章相关问题:
@Component修饰的bean与Controller中的@EnableConfigurationProperties({...})相互冲突,如果使用@Component(把普通pojo实例化到spring容器中)就不用使用@EnableConfigurationProperties,否则会有“Field test in xx.xx.xxController required a single bean, but 2 were found:”错误