
idea中搭建springboot
Gr_lbxx
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
idea中搭建springboot学习(3)---拦截器
在TestController类中添加返回页面的方法package com.example.demo.demo1017;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMapping;import org.springfram...原创 2018-10-17 20:44:45 · 575 阅读 · 0 评论 -
idea中搭建springboot学习(1) ---hello springboot项目
new-project 点击finish即可新建TestController类package com.example.demo.demo1017;import org.springframework.stereotype.Controller;import org.springframework.web.bind.annotation.RequestMap...原创 2018-10-17 20:33:58 · 225 阅读 · 0 评论 -
idea中搭建springboot学习(2)---idea 打包项目
在pom.xml文件添加配置<!--将项目打包成jar--><build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spri原创 2018-07-23 21:01:17 · 261 阅读 · 0 评论