# awesome-spring-boot-examples **Repository Path**: lylyone/awesome-spring-boot-examples ## Basic Information - **Project Name**: awesome-spring-boot-examples - **Description**: Spring Boot Examples 实战 教程 代码 示例 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-12 - **Last Updated**: 2021-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # awesome-spring-boot-examples Spring Boot 实战教程 代码示例 记录开发工作中涉及到的 Spring Boot 技术栈,尽量每个示例简单专一 版本: - Spring Boot: `2.1.6.RELEASE` - JDKK: `1.8` ## 项目使用 - 下载本项目:`git clone git@github.com:Michael728/awesome-spring-boot-examples.git` - IDEA - File - Open - 选择具体的示例,比如 `spring-boot-hello-world` 即可 ## 基础 - [spring-boot-hello-world](https://github.com/Michael728/awesome-spring-boot-examples/tree/master/spring-boot-hello-world) 一个简单的 spring boot 示例,返回 `hello world`,教程文章 [Spring Boot 实战 —— 入门](https://michael728.github.io/2019/07/07/spring-boot-hello-world/) - [spring-boot-swagger](https://github.com/Michael728/awesome-spring-boot-examples/tree/master/spring-boot-swagger) 教程文章 [Spring Boot 实战 —— 集成 Swagger 生成 RESTful API 文档](https://michael728.github.io/2019/07/14/java-spring-boot-swagger/) - [spring-boot-mybatis](https://github.com/Michael728/awesome-spring-boot-examples/tree/master/spring-boot-mybatis) 教程文章 [Spring Boot 实战 —— MyBatis(注解版)使用方法](https://michael728.github.io/2019/07/20/java-spring-boot-mybatis/) - [spring-boot-log4j2](https://github.com/Michael728/awesome-spring-boot-examples/tree/master/spring-boot-log4j2) 教程文章 [Spring Boot 实战 —— 日志框架 Log4j2 SLF4J 的学习](https://michael728.github.io/2019/08/17/java-spring-boot-log4j2/) - [spring-boot-logback](https://github.com/Michael728/awesome-spring-boot-examples/tree/master/spring-boot-logback) 教程文章 [Spring Boot 实战 —— 日志框架 Log4j2 SLF4J 的学习](https://michael728.github.io/2019/08/17/java-spring-boot-logback/)