鹅城.张牧之
鹅城.张牧之
全部文章
SpringBoot
Android(2)
C++(5)
CentOS(1)
HTML+CSS(7)
Java(38)
Java 23种设计模式(5)
javaFX(1)
JavaScript(9)
Linux(13)
Mybatis(1)
nginx(1)
Redis(1)
Tomcat(1)
Ubuntu(1)
vue(14)
Web开发(5)
学习(1)
并发(1)
微信小程序(1)
数据库(9)
数据结构与算法(15)
服务器(1)
未归档(10)
算法(6)
编译器的实用技巧(19)
蓝桥杯日志(23)
软件 配置、破译与使用技巧(19)
归档
标签
去牛客网
登录
/
注册
鹅城.张牧之的博客
全部文章
/ SpringBoot
(共2篇)
A component required a bean of type 'com.xxx.xxx.entity.User' that could not be found.
在启动类添加 @ComponentScan(basePackages = {"com.xxx.xxx.service"}) 具体的是为什么,有人可以解释一下吗,我也不懂原因,欢迎大家留言
2019-06-02
0
882
SpringBoot 使用 swagger2 构建在线接口文档
SpringBoot swagger2 构建 简介 一、pom.xml 依赖 二、在应用主类增加 @EnableSwagger2Doc 注解 三、在配置文件中添加 swagger2 配置 简介 编写和维护接口文档是每个程序员的职责,根据 Swagge...
2019-05-20
0
535