
springboot
夏日千雪
这个作者很懒,什么都没留下…
展开
-
使用idea搭建简单的springboot+mybatis项目
创建使用的工具:idea,maven 使用的技术:springboot mybatis spring 1.创建项目 填写Group和Artifact 添加需要的依赖 然后next ;第一次创建会比较慢。可以添加archecatolog=internal2.然后创建相应的文件夹。比如Java,resources.在idea右键可以make directory as. ...原创 2018-06-29 10:19:44 · 1751 阅读 · 0 评论 -
springboot和druid整合
springboot和druid整合 待整理。。原创 2018-07-13 14:40:22 · 1357 阅读 · 0 评论 -
springboot
springboot基础1.springboot的构建之helloworld(构建,启动)2.springboot配置文件:自定义属性,随机数,多环境配置springboot_web开发1.springboot restful基础服务(基于http/json传输)2.springboot 与swagger2构建restful API3.springboot集成freemarker4....原创 2018-10-15 11:54:40 · 667 阅读 · 0 评论 -
spring-boot整合druid配置
参考https://blog.youkuaiyun.com/zhaoyachao123/article/details/78413467https://segmentfault.com/a/1190000013997259准备:druid是阿里巴巴开源的高性能,多功能的连接池,其主要配置参数如下: 配置缺省值说明name 配置这个属性的意义在于,如果存在多个数据源,监...转载 2018-10-24 17:12:30 · 452 阅读 · 0 评论