
springboot
cool无状态
这个作者很懒,什么都没留下…
展开
-
【spirngboot3】借助thymeleaf渲染页面
引入thymeleaf依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>配置application.properties# template原创 2020-07-21 09:06:32 · 171 阅读 · 0 评论 -
【spirngboot2】实现第一个接口,返回hello world!
引入web依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>编写controllerpackage com.example.demo.controlle原创 2020-07-02 09:39:09 · 425 阅读 · 0 评论 -
【spirngboot1】初识springboot
http://start.spring.io/构建springboot基础maven配置原创 2018-07-24 10:11:36 · 120 阅读 · 0 评论