springboot
渐行渐远-
GitHub: https://github.com/junjun888
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springboot 集成 swagger2
1 maven 导入依赖2 新增配置类3 访问:4 坑 & 解决方案:1 maven 导入依赖<!-- swagger2 api --><dependency> <groupId>io.springfox</groupId> <artifactId>springfox-s...原创 2018-03-20 17:41:19 · 688 阅读 · 0 评论 -
Spring Cloud 集成 euraka-server 和 euraka-client
euraka-server1 导入 依赖2 配置 yml在启动类上标明 @EnableEurekaServereuraka-client1 导入 依赖2 配置 yml在启动类上标明 @EnableDiscoveryClienteuraka-server1 导入 依赖ext { springCloudVersion = 'Finchle...原创 2018-03-21 16:52:10 · 2074 阅读 · 0 评论 -
探索 SpringBoot (一) 自动装配
探索 SpringBoot (一) 自动装配文章目录探索 SpringBoot (一) 自动装配1 缘起2 SpringBoot 自动装配 & Spring 手动装配2.1 @Configuration 配置类模式注解2.2 Spring @Enable 模块装配2.3 Spring 条件装配 @Profile & @Conditional3 SpringBoot 自动装配4 自...原创 2018-11-07 22:17:50 · 526 阅读 · 0 评论
分享