# spring-boot-2.0-example **Repository Path**: liurenkui/spring-boot-2.0-example ## Basic Information - **Project Name**: spring-boot-2.0-example - **Description**: SpringBoot 2.0.5+ 学习记录 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Spring Boot 2.0.5 + 系列文章总结 - 作者:刘仁奎 - 时间:2018-09-17 ## 说明 - 操作系统:MacOS `10.13.4+` - IntelliJ IDEA:`2018.1.5+` - Java JDK:`1.8+` - Gradle:`4.5+` - Maven:`3.5.4+` - Docker for Mac:`18.06.1-ce+` 部分文章穿插使用 Gradle / Maven 构建,Docker 部署 ## 目录 | 名称 | 描述 | | ----------------------------------- | --------------------------------------------------------------------------------------- | | spring-boot-hello | Spring Boot 2.0 快速入门 - Hello World | | spring-boot-banner | Spring Boot 2.0 定制动态 Banner | | spring-boot-docker | Spring Boot 2.0 使用 Docker 启动部署(palantir)插件 | | spring-boot-docker-2 | Spring Boot 2.0 使用 Docker 启动部署(transmode)插件 | | spring-boot-directory-structure | Spring Boot 2.0 目录结构介绍 | | spring-boot-external-tomcat | Spring Boot 2.0 使用外部 tomcat 启动 | | spring-boot-jetty-or-undertow | Spring Boot 2.0 使用 jetty 或 undertow 启动项目 | | spring-boot-jackson | Spring Boot 2.0 使用 Jackson 返回处理结果 | | spring-boot-yaml | Spring Boot 2.0 读取 yaml/application 配置信息 | | spring-boot-web-config | Spring Boot 2.0 自定义(Filter 过滤器、Listener 监听器、Interceptor 拦截器、Servlet) | | spring-boot-upload | Spring Boot 2.0 文件上传 | | spring-boot-mybatis-xml | Spring Boot 2.0 整合 Mybatis (XML)实现 Restful API 接口,含全局异常处理,统一格式回复 | | spring-boot-mybatis-annotation | Spring Boot 2.0 整合 Mybatis (注解) | | spring-boot-mybatis-annotation-lang | Spring Boot 2.0 整合 Mybatis (注解增强简化SQL语句) | | spring-boot-swagger | Spring Boot 2.0 整合 Swagger API | | spring-boot-jwt | Spring Boot 2.0 整合 jwt | ## 源码下载 - Gitee:https://gitee.com/liurenkui/spring-boot-2.0-example - GitHub: