
SpringBoot
batbat123
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SpringBoot(1)
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:原创 2018-10-08 15:45:39 · 136 阅读 · 0 评论 -
SpringBoot基本
spring-boot-start 核心Spring Boot starter , 包括自动配置支持,日志和YAML @RestController public class Helloworld { @RequestMapping("/hello") public String hello(){ return "Hello World"; } } @R...原创 2018-10-22 16:45:09 · 120 阅读 · 0 评论