springboot-example项目是基于springboot技术的各种案例的整合项目,适合学习使用
- jdk1.8
- SpringBoot 2.7.18
案例 | 链接 |
---|---|
springboot-example-helloworld | hello world |
springboot-example-aop | springboot整合aop基础使用 |
springboot-example-data-jpa | springboot整合Spring Jpa |
springboot-example-data-redis | springboot整合Redis |
springboot-example-devtools | springboot整合spring-boot-devtools |
springboot-example-email | SpringBoot整合email |
springboot-example-freemarker | springboot整合freemarker模板引擎 |
springboot-example-internationalization | springboot支持国际化(I18N) |
springboot-example-jdbctemplate | springboot整合JdbcTemplate |
springboot-example-log4j2 | springboot整合log4j2日志框架 |
springboot-example-logback | springboot整合logback日志框架 |
springboot-example-mybatisplus | springboot整合mybatis plus |
springboot-example-rabbitmq | SpringBoot整合RabbitMq |
springboot-example-security-jwt | SpringBoot整合security和jwt |
springboot-example-swagger2 | SpringBoot整合swagger2 |
springboot-example-testing | SpringBoot整合单元测试 |
springboot-example-thymeleaf | springboot整合thymeleaf模板引擎 |
springboot-example-webflux | springboot整合WebFlux |
springboot-example-yaml | springboot整合yaml配置文件使用方式 |