springboot
三好市民江先生
写代码挺简单的,就是头有点冷
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
idea配置SpringBoot热部署
鉴于每次修改代码都需要启动Tomcat,就在想有没有好的方式,解决这一问题。果然,是有的….1.打开左上角 File > settings > Preferences > Compiler , 勾选 Build project automatically2.添加Maven依赖 <!--springboot 配置热部署--> <dependency> <grou原创 2017-11-06 15:42:43 · 878 阅读 · 0 评论 -
springboot初体验之mybatis
注解的形式配置 配置pom.xml 编写数据源(application.properties) 编写实体类User 编写mapper 测试 1.完整pom.xml如下 <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactI原创 2017-11-23 17:27:14 · 347 阅读 · 0 评论
分享