
SpringBoot
哈K
这个作者很懒,什么都没留下…
展开
-
springboot整合jpa,提示bean重复问题分析及解决
报错情况: Description: The bean 'userRepository', defined in null, could not be registered. A bean with that name has already been defined in null and overriding is disabled. 报错原因:这个Bean已经注册了,不能被覆...原创 2019-10-14 09:15:10 · 1570 阅读 · 0 评论 -
SpringBoot2.0+JPA 启动时遇到mysql-connector-java报错(CLIENT_PLUGIN_AUTH is required)
本机Mysql版本为6.0.11 pom.xml中依赖为默认: application.yml: 错误信息如下: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path re...原创 2019-08-07 16:29:13 · 911 阅读 · 0 评论