美文网首页
Spring Boot学习相关

Spring Boot学习相关

作者: 我的天呐0_0 | 来源:发表于2020-04-08 14:05 被阅读0次

使用相关版本号:
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学习相关

      本文链接:https://www.haomeiwen.com/subject/bhltmhtx.html