摘要:/imooc-springboot-starter/src/main/resources/application.properties /imooc-springboot-starter/pom.xml /imooc-springboot-starter/src/main/java/com/imoo
阅读全文
摘要:/imooc-springboot-starter/src/main/java/com/imooc/controller/UserController.java /imooc-springboot-starter/src/main/java/com/imooc/pojo/User.java
阅读全文
摘要:数据的使用主要还是以JSON为主,我们不会去使用XML。 这个时候我们先不使用@RestController,我们使用之前SpringMVC的那种方式,就是@Controller。 @ResponseBody就表示返回出去的数据是以一个JSON字符串或者JSON对象为主。 /imooc-spring
阅读全文
摘要:项目名demo,SpringBoot的版本2.0.6 删了/demo/mvnw和/demo/mvnw.cmd。static文件夹包含静态文件,比如CSS、JS。templates文件夹是放模板的,SpringBoot官方推荐的模板是使用thymeleaf,SSM使用freemarker比较多。国产的
阅读全文
摘要:以后的趋势肯定是以一个微服务为主导的, Spring-Boot的指导 Maven整个环境构建之前的整个项目其实是一个很普通的J2SE项目,它构建完之后会进行重构,重构为Maven的一个项目路径。可以看到Maven项目基础的结构就是这样子。 我们可以先看一下/imooc-springboot-star
阅读全文