springboot
阿。。尼亚
秃头者必成大事!
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot2.6.7使用swagger2出现错误
Caused by: java.lang.NullPointerException: null at springfox.documentation.spi.service.contexts.Orderings$8.compare(Orderings.java:113) ~[springfox-spi-2.7.0.jar:2.7.0] at springfox.documentation.spi.service.contexts.Orderings$8.compare(Orderings.java:11原创 2022-05-23 15:24:48 · 2173 阅读 · 1 评论 -
springboot报错找不到xxmapper
Unsatisfied dependency expressed through field ‘baseMapper’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘com.xxxx.server.mapper.AdminMapper’ available: expected at least 1 bean which qual原创 2022-05-23 10:54:03 · 465 阅读 · 0 评论 -
springboot依赖循环
这是报错信息Description:The dependencies of some of the beans in the application context form a cycle:┌─────┐| securityConfig (field private com.xxxx.server.service.IAdminService com.xxxx.server.config.security.SecurityConfig.adminService)↑ ↓| admi原创 2022-05-23 10:48:23 · 270 阅读 · 0 评论 -
springboot application.yml配置文件(自用)
server: port: 8081 spring:# 数据源配置 datasource: driver-class-name: com.mysql.jdbc.Driver url: jdbc:mysql://localhost:3306/yeb?characterEncoding=utf-8&useSSL=false username: root password: root hikari: # 连接池名原创 2022-05-22 10:14:02 · 239 阅读 · 0 评论
分享