git4won / Spring-Boot-Learning

Spring Boot Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot 学习

学习教程来自:Spring Boot 1.x基础教程

学习内容

基础项目构建

基础项目构建,引入web模块,完成一个简单的RESTful API

增加单元测试用例

配置文件 application.properties 的使用

配置文件详解:自定义属性、随机数、多环境配置等

构建复杂的 RESTful API(GET/POST/PUT/DELETE) 和单元测试

构建一个较为复杂的RESTful API以及单元测试

使用 Swagger2 构建 RESTful API 在线文档

使用Swagger2构建RESTful API

Actuator 监控组件

Spring Boot Actuator监控端点小结

访问:http://<url>:<port>/actuator/xxx
如:
http://<url>:<port>/actuator/health
http://<url>:<port>/actuator/metrics

About

Spring Boot Learning


Languages

Language:Java 98.4%Language:HTML 1.6%