
SpringBoot
棒秸秆儿
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot启动原理
文章转载自:http://tengj.top/2017/03/09/springboot3/ 前言 前面几章我们见识了SpringBoot为我们做的自动配置,确实方便快捷,但是对于新手来说,如果不大懂SpringBoot内部启动原理,以后难免会吃亏。所以这次博主就跟你们一起一步步揭开SpringBoot的神秘面纱,让它不在神秘。 正文 我们开发任何一个Spring Boot项目,都会用到如...转载 2019-04-11 20:54:23 · 144 阅读 · 0 评论 -
SpringBoot项目application.properties完整配置
application.properties完整配置(可最为参考,需要时添加): 转自:https://blog.youkuaiyun.com/lpfsuperman/article/details/78287265 # ---------------------------------------- # 核心属性 # ---------------------------------------- ...转载 2019-04-11 21:19:05 · 1402 阅读 · 0 评论 -
转载 -- Springboot的Controller中常用注解(一)
https://blog.youkuaiyun.com/weixin_43184769/article/details/83383341 @Controller和@RestController和@ResponseBody @Controller @Controller注解标注类的方法,return时会被视图处理器识别成静态文件的路径。默认为templates文件夹下。如return "test/hel...转载 2019-04-12 13:51:08 · 896 阅读 · 0 评论 -
springboot整合dubbo过程记录
记录一下springboot整合dubbo过程 SpringBoot 2.0.3 Dubbo Spring Boot 0.2.0 zookeeper 3.3.6 maven 3.3.9 一、创建项目工程 GroupId和ArtifactId被统称为“坐标”是为了保证项目唯一性而提出的,如果你要把你项目弄到maven本地仓库去,你想要找到你的项目就必须根据这两个id去...原创 2019-04-12 16:54:26 · 362 阅读 · 0 评论