This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
hummingbird
/
spring-boot-demo
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
0
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
a77d1987a2
3.x
dev
master
v-1.5.x
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'a77d1987a2'
${ noResults }
spring-boot-demo
/
TODO.md
4.3 kB
Raw
Blame
History
spring-boot-demo 项目 todo-list
模块计划(已完成:42 / 53)
备注
spring-boot-demo 项目 todo-list
模块计划(已完成:42 / 53)
spring-boot-demo-helloworld(Helloworld 示例)
spring-boot-demo-properties(读取配置文件信息)
spring-boot-demo-actuator(对 Spring boot 的端点监控)
spring-boot-demo-admin-client(对 Spring boot 可视化管控 客户端)
spring-boot-demo-admin-server(对 Spring boot 可视化管控 服务端)
spring-boot-demo-logback(集成 logback 日志)
spring-boot-demo-log-aop(使用 AOP 拦截请求日志信息)
spring-boot-demo-exception-handler(统一异常处理)
spring-boot-demo-template-freemarker(使用模板引擎 - Freemarker)
spring-boot-demo-template-thymeleaf(使用模板引擎 - thymeleaf)
spring-boot-demo-template-beetl(使用模板引擎 - beetl)
spring-boot-demo-template-enjoy(使用模板引擎 - JFinal-Enjoy)
spring-boot-demo-upload(上传 - 集成本地上传和七牛云上传)
spring-boot-demo-orm-jdbctemplate(操作 SQL 关系型数据库 - JdbcTemplate)
spring-boot-demo-orm-jpa(操作 SQL 关系型数据库 - JPA)
spring-boot-demo-orm-mybatis(操作 SQL 关系型数据库 - mybatis)
spring-boot-demo-orm-mybatis-mapper-page(操作 SQL 关系型数据库 - 集成mybatis通用Mapper,PageHelper)
spring-boot-demo-orm-mybatis-plus(操作 SQL 关系型数据库 - 集成mybatis-plus)
spring-boot-demo-orm-beetlsql(操作 SQL 关系型数据库 - beetlSQL)
spring-boot-demo-cache-redis(使用 redis 进行缓存)
spring-boot-demo-cache-ehcache(使用 Ehcache 进行缓存)
spring-boot-demo-email(集成邮件服务)
spring-boot-demo-task(定时任务 - Task 实现)
spring-boot-demo-task-quartz(定时任务 - Quartz 实现)
spring-boot-demo-swagger(集成 Swagger 对 API 接口进行测试管理)
spring-boot-demo-swagger-beauty(集成自定义且更加美观的 Swagger 对 API 接口进行测试管理)
spring-boot-demo-rbac-security(实现基于 RBAC 的权限模型 - Spring Security)
spring-boot-demo-rbac-shiro(实现基于 RBAC 的权限模型 - shiro)
spring-boot-demo-session(统一 Session 管理)
spring-boot-demo-oauth(OAuth2 认证)
spring-boot-demo-social(第三方授权验证,实现 QQ、微信、GitHub 等第三方登录)
spring-boot-demo-zookeeper(使用 zookeeper 结合AOP实现分布式锁)
spring-boot-demo-mq-rabbitmq(集成消息中间件 - RabbitMQ)
spring-boot-demo-mq-rocketmq(集成消息中间件 - RocketMQ)
spring-boot-demo-mq-kafka(集成消息中间件 - Kafka)
spring-boot-demo-websocket(集成 websocket 服务)
spring-boot-demo-websocket-socketio(集成 socketio 实现 websocket 服务)
spring-boot-demo-ureport2 (集成 ureport2 实现自定义的复杂中国式报表引擎)
spring-boot-demo-uflo(集成 uflo 实现流程控制引擎)
spring-boot-demo-urule(集成 urule 实现规则引擎)
spring-boot-demo-activiti(集成 Activiti 实现流程控制引擎)
spring-boot-demo-async(Spring boot 实现异步调用)
spring-boot-demo-dubbo(集成 dubbo)
spring-boot-demo-war(打包成war包)
spring-boot-demo-elasticsearch(集成 ElasticSearch)
spring-boot-demo-mongodb(集成 MongoDb)
spring-boot-demo-neo4j(集成 neo4j 图数据库)
spring-boot-demo-docker(打包成 docker 镜像)
spring-boot-demo-multi-datasource-jpa(集成JPA多数据源)
spring-boot-demo-multi-datasource-mybatis(集成mybatis多数据源)
spring-boot-demo-sharding-jdbc(集成 sharding-jdbc 实现分库分表)
spring-boot-demo-tio(集成 tio)
spring-boot-demo-grpc(集成grpc,配置tls/ssl)参见
ISSUE#5
备注
尽量保证按照上面的顺序集成相应的 demo。