# springBootDemo **Repository Path**: heyunxia/springBootDemo ## Basic Information - **Project Name**: springBootDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-18 - **Last Updated**: 2024-06-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## springBoot Demo This is a `SpringBoot` demo project witch base on `SpringBoot 2.x`. and the project is only for personal study. Project note documentation in the `doc` directory. Quick start : [quick start with intellij idea----2018-09-07](./doc/1.quick_start_with_intellij_idea.md "./doc/1.quick_start_with_intellij_idea.md") 这是一个 `SpringBoot` 的示例项目,基于 SpringBoot 2.x 实现,项目仅供个人学习使用 项目的文档在 `doc` 目录下 ### 1 项目配置与规范 [1.1 项目配置信息](./doc/application-config.md "./doc/application-config.md") ### 2 快速入门 [2.1 quick start with intellij idea----2018-09-07](./doc/1.quick_start_with_intellij_idea.md "./doc/1.quick_start_with_intellij_idea.md") [2.2 springBoot创建maven_web多模块项目----2018-09-13](doc/2.springBoot创建maven_web多模块项目.md) [2.3 springBoot 与 mybatis mysql 整合----2018-10-09](doc/3.springBoot与mybatis_mysql整合.md "3.springBoot与mybatis_mysql整合.md") [2.4 给 SpringBoot 项目配一套优雅实用的 logback 日志配置 --- 2021-11-02](./doc/78.spring_boot_logback_configuration.md "./doc/78.spring_boot_logback_configuration.md") ​ ### 3 SpringBoot 下常用功能实现 #### 3.1 基础 [3.1.1 spring Boot 2.0 整合 redis---2018-10-29](doc/9.springBoot2.0整合redis.md "doc/9.springBoot2.0整合redis.md") [3.1.2 Spring Boot 2.X 整合集成 Ehcache3 + JSR 107 ---2019-03-24](./doc/18.spring_boot_2_ehcache3_jsr107.md) [3.1.3 Spring Boot 2.X 项目使用 Apache HttpClient 发送请求与上传文件(简易使用)---2019-05-16](./doc/21.spring_boot_2_apache_httpclient.md "./doc/21.spring_boot_2_apache_httpclient.md") #### 3.2 拦截器(日志/参数校验/跨域) [3.2.1 spring boot 2.0 使用 AOP 打印 controller 层出入参日志---2018-11-02](doc/10.springBoot2.0使用AOP打印controller层出入参日志.md "doc/10.springBoot2.0使用AOP打印controller层出入参日志.md") [3.2.2 Spring Boot AOP Service 层参数校验---2019-01-28](doc/17.spring_boot_aop_service_validation.md "doc/17.spring_boot_aop_service_validation.md") [3.2.3 SpringBoot 项目之前端跨域终结者—2019-05-23](./doc/22.spring_boot_2_cors_filter.md "./doc/22.spring_boot_2_cors_filter.md") [3.2.4 Spring Boot 2(Spring 5.0+) HandlerInterceptor 拦截器简单示例 --- 2019-12-17](./doc/30.spring_boot_2_interceptor_2.md "./doc/30.spring_boot_2_interceptor_2.md") [3.2.5 Spring Boot 项目使用 HandlerInterceptor拦截器 以及 @ControllerAdvice实现日志记录 --- 2020-01-10](./doc/31.spring_boot_2_interceptor_log.md "./doc/31.spring_boot_2_interceptor_log.md") [3.2.6 优化 spring boot 2.0 使用 AOP 记录 Controller 层出入参日志 --- 2020-01-14](./doc/32.spring_boot_2_log_controller_params_with_aop_2.md "./doc/32.spring_boot_2_log_controller_params_with_aop_2.md") #### 3.3 REST API [3.3.1 SpringBoot RESTful 风格 API 多语言国际化i18n解决方案---2019-01-28](doc/16.spring_boot_i18n_multiply_language_restful_api.md "doc/16.spring_boot_i18n_multiply_language_restful_api.md") [3.3.2 Spring Boot 2.X REST 风格全局异常处理(包括 404 not found) --- 2019-12-02](./doc/28.spring_boot_2_global_exception_handler.md "./doc/28.spring_boot_2_global_exception_handler.md") [3.3.3 Spring Boot REST 风格 API 接口 JWT Token 认证 1.0 --- 2019-12-07](./doc/29.spring_boot_2_rest_api_jwt_token_filter_1.md "./doc/29.spring_boot_2_rest_api_jwt_token_filter_1.md") #### 3.4 Swagger API 文档 [3.4.1 Spring Boot 2.X 集成 Swagger 2 ---2019-03-31](./doc/19.spring_boot_2_swagger_2.md) [3.4.2 Spring Boot 2.4 集成 OpenApi/Swagger 3.0 --- 2021-02-02](./doc/64.spring_boot_2.4_swagger3.md "./doc/64.spring_boot_2.4_swagger3.md") [3.4.3 Springboot 2.7 集成 Swagger 增强版接口框架 Knife4j 4.3 + springdoc OpenApi 3.0 --- 2023-08-15](./doc/100.spring_boot_2.7_knife4j_4.3_springdoc_openapi3.md "./doc/100.spring_boot_2.7_knife4j_4.3_springdoc_openapi3.md") #### 3.5 WebSocket [3.5.1 Spring Boot 2.2 原生注解简易集成 websocket --- 2020-03-18](./doc/38.spring_boot_2.2_websocket_simple_1.md "./doc/38.spring_boot_2.2_websocket_simple_1.md") [3.5.2 SpringBoot 2.2 使用 Spring 封装注解简易集成 websocket --- 2020-03-20](./doc/39.spring_boot_2.2_websocket_simple_2.md "./doc/39.spring_boot_2.2_websocket_simple_2.md") #### 3.6 文件上传下载 [3.6.1 springBoot文件下载---2018-12-25](doc/13.springBoot文件下载.md "doc/13.springBoot文件下载.md") [3.6.2 SpringBoot 2.X 集成阿里云 OSS 文件上传功能 ---20190513](./doc/20.spring_boot_2_aliyun_oss.md "./doc/20.spring_boot_2_aliyun_oss.md") [3.6.3 Spring Boot 集成 SFTP 文件上传和下载功能 --- 2020-10-09](./doc/48.spring_boot_sftp_file_upload_and_download.md) #### 3.7 消息队列 [3.7.1 SpringBoot 快速整合 RabbitMQ 消息队列框架---2019-01-26](doc/15.spring_boot_rabbitmq.md "doc/15.spring_boot_rabbitmq.md") [3.7.2 SpringBoot 集成 RabbitMQ 常用交换机 --- 2021-10-11](./doc/73.spring_boot_rabbitmq_exchange.md "./doc/73.spring_boot_rabbitmq_exchange.md") [3.7.3 Springboot 2.X 集成 RabbitMQ 实现延时消息队列功能 --- 2021-10-13](./doc/74.spring_boot_2_rabbitmq_delayed_message.md "./doc/74.spring_boot_2_rabbitmq_delayed_message.md") [3.7.4 SpringBoot 2.X 基于 Redis 实现延时消息队列功能 --- 2021-10-18](./doc/75.spring_boot_2_redis_delayed_message_queue.md "./doc/75.spring_boot_2_redis_delayed_message_queue.md") [3.7.5 SpringBoot 2.x 简易集成 RocketMQ --- 2021-12-03](./doc/89.spring_boot_2_rocketmq_simple.md "./doc/89.spring_boot_2_rocketmq_simple.md") [3.7.6 SpringBoot 2 集成 RocketMQ 4.9 收发同步、异步以及事务消息 --- 2021-12-07](./doc/90.sping_boot_2_rocketmq_message.md "./doc/90.sping_boot_2_rocketmq_message.md") [3.7.7 SpringBoot 2.6 集成 Kafka 2.8 --- 2022-03-01](./doc/93.springboot_2.6_kafka_2.8.md "./doc/93.springboot_2.6_kafka_2.8.md") #### 3.8 定时任务 [3.8.1 Spring Boot 2.X 实现简易定时任务功能 --- 2019-06-14](./doc/24.spring_boot_2_schedule.md "./doc/24.spring_boot_2_schedule.md") [3.8.2 Spring Boot 2.4 集成定时任务 Quartz 单机模式以及集群模式 --- 2020-11-25](./doc/51.spring_boot_2.4_quartz_single_and_group.md "./doc/51.spring_boot_2.4_quartz_single_and_group.md") [3.8.3 Spring Boot 2.4 集成 xxl-job 分布式定时任务 --- 2020-11-29](./doc/52.spring_boot_2.4_xxl_job_2.2.md "./doc/52.spring_boot_2.4_xxl_job_2.2.md") ​ #### 3.9 Mybatis Plus [3.9.1 SpringBoot 2.3 集成 Mybatis Plus 3.4 --- 2020-09-01](./doc/47.spring_boot_2.3_mybatis_plus_3.4.md "./doc/47.spring_boot_2.3_mybatis_plus_3.4.md") [3.9.2 在 Spring Boot 项目中充分利用 Mybatis Mapper 文件 --- 2020-10-23](./doc/49.spring_boot_mybatis_mapper_full_usage.md "./doc/49.spring_boot_mybatis_mapper_full_usage.md") ​ #### 3.10 MongoDB [3.10.1 Spring Boot 2.4 集成 MongoDB 实现基本 CRUD --- 2021-01-21](./doc/63.spring_boot_2.4_mongodb.md "./doc/63.spring_boot_2.4_mongodb.md") [3.10.2 Springboot 2.X 集成 MongoDB 使用 MongoTemplate 实现基本增删改查 --- 2021-11-15](./doc/80.spring_boot_2_mongptemplate_simple_crud.md "./doc/80.spring_boot_2_mongptemplate_simple_crud.md") [3.10.3 Springboot 2.X MongoTemplate 实现批量插入以及批量更新 --- 2021-11-16](./doc/81.spring_boot_2_mongotemplate_operate_batch.md "./doc/81.spring_boot_2_mongotemplate_operate_batch.md") [3.10.4 Springboot 2.X MongoTemplate 统计查询以及查询部分指定字段 --- 2021-11-16](./doc/82.spring_boot_2_mongotemplate_statistic_query.md "./doc/82.spring_boot_2_mongotemplate_statistic_query.md") [3.10.5 SpringBoot 2.X MongoTemplate 分组聚合查询一网打尽 --- 2021-11-19](./doc/83.spring_boot_2_mongotemplate_query_group_all.md "./doc/83.spring_boot_2_mongotemplate_query_group_all.md") ​ #### 3.11 PDF 导出 [3.11.1 springBoot+Freemarker+iText渲染HTML导出PDF---2019-01-10](doc/14.springBoot_Freemarker_iText渲染HTML导出PDF.md "doc/14.springBoot_Freemarker_iText渲染HTML导出PDF.md") [3.11.2 Spring Boot 2.4 集成 Jasper Report 导出 PDF --- 2021-02-10](./doc/65.spring_boot_2.4_jasper_report.md "./doc/65.spring_boot_2.4_jasper_report.md") ​ #### 3.12 Protobuf [3.12.1 Spring boot 2.5 集成 Google protocol buffer --- 2021-08-13](./doc/68.spring_boot_2.5_google_protocol_buf_simple.md "./doc/68.spring_boot_2.5_google_protocol_buf_simple.md") [3.12.2 Protubuf 定义复杂格式的 message --- 2021-08-18](./doc/69.spring_boot_2.5_google_protobuf_complex.md "./doc/69.spring_boot_2.5_google_protobuf_complex.md") [3.12.3 Google protobuf 与 Java POJO bean 相互转换 --- 2021-08-18](./doc/70.spring_boot_2.5_google_protobuf_pojobean.md "./doc/70.spring_boot_2.5_google_protobuf_pojobean.md") #### 3.13 Elasticsearch 搜索 [3.13.1 Spring boot 2.5 集成 Elasticsearch 实现增删改查以及全文搜索 --- 2021-12-15](./doc/91.spring_boot_2_elasticsearch.md "./doc/91.spring_boot_2_elasticsearch.md") #### 3.14 Sharding-jdbc 分库分表 [3.14.1 Springboot 2.6 + Mybatis Plus 3.5 集成 Sharding-jdbc 5.1 分库分表 --- 2022-04-12](./doc/94.springboot_2.6_mybatis_plus.3.5_sharding_jdbc.5.1.md "./doc/94.springboot_2.6_mybatis_plus.3.5_sharding_jdbc.5.1.md") #### 3.15 IoT [3.15.1 玩转亚马逊 AWS IoT(1): IoT 业务梳理 --- 2022-07-30](./doc/95.aws_iot_service_note.md "./doc/95.aws_iot_service_note.md") [3.15.2 玩转亚马逊 AWS IoT(2): IoT 控制台使用与开发操作文档 --- 2022-07-30](./doc/96.aws_iot_console_note.md "./doc/96.aws_iot_console_note.md") [3.15.3 玩转亚马逊 AWS IoT(3): SpringBoot 2.7 集成 AWS IoT 服务 --- 2022-07-30](./doc/97.spring_boot_2.7_aws_iot.md "./doc/97.spring_boot_2.7_aws_iot.md") #### 3.16 JetCache 缓存 [3.16.1 Spring Boot 2.5 集成缓存框架 JetCache 2.7 --- 2023-03-26](./doc/99.spring_boot_2.5_jetcache_2.7.md) #### 3.17 Netty [3.17.1 SpringBoot 2.7 集成 Netty 4 模拟服务端与客户端通讯入门教程 --- 2023-08-23](./doc/102.spring_boot_netty_simple_demo.md "./doc/102.spring_boot_netty_simple_demo.md") [3.17.2 SpringBoot 2.7 集成 Netty 4 解决粘包半包问题 --- 2023-08-24](./doc/103.springboot_netty_package_problem.md "./doc/103.springboot_netty_package_problem.md") [3.17.3 SpringBoot 2.7 集成 Netty 4 实现 UDP 通讯 --- 2023-08-31](./doc/104.springboot_netty_udp_simple.md "./doc/104.springboot_netty_udp_simple.md") #### 3.X 其他常见问题 [3.x.1 Spring Boot 2 整合 Mybatis 多数据源 --- 2019-06-18](./doc/25.spring_boot_2_mybatis_multi_datasource.md "./doc/25.spring_boot_2_mybatis_multi_datasource.md") [3.x.2 Spring Boot 2.X 集成 Mybatis PageHelper 分页插件完美解决一对多分页查询问题 --- 2019-11-27](./doc/26.spring_boot_2_mybatis_pagehelper.md "./doc/26.spring_boot_2_mybatis_pagehelper.md") [3.x.3 mysql 分页查询性能对比与优化 --- 2019-11-28](./doc/27.mysql_pagination_query_comparison.md "./doc/27.mysql_pagination_query_comparison.md") [3.x.4 springBoot配置多环境----2018-10-23](doc/5.springBoot配置多环境.md "doc/5.springBoot配置多环境.md") [3.x.5 解决springBoot项目通过war包方式部署到外部服务器tomcat报404异常的问题---2018-10-26](doc/6.解决springBoot项目通过war包方式部署到外部服务器tomcat报404异常的问题.md "doc/6.解决springBoot项目通过war包方式部署到外部服务器tomcat报404异常的问题.md") [3.x.6 springBoot读取yml/properties配置文件---2018-10-28](doc/7.springBoot读取yml_properties配置文件.md "doc/7.springBoot读取yml_properties配置文件.md") [3.x.7 springBoot适配MySQL8.0,spring boot 连接不上 mysql 8.0---2018-10-28](doc/8.springBoot适配MySQL8.0.md "doc/8.springBoot适配MySQL8.0.md") [3.x.8 spring boot 2.0 多模块 maven 依赖管理规范----2018-11-07](doc/11.springBoot2.0多模块maven依赖管理规范.md "doc/11.springBoot2.0多模块maven依赖管理规范.md") [3.x.9 Spring Boot jar 启动时设置环境参数 --- 2019-06-12](./doc/23.spring_boot_jar_setting_active_profile_at_startup.md "./doc/23.spring_boot_jar_setting_active_profile_at_startup.md") [3.x.10 自定义 Spring Boot Stater --- 2020-11-03](./doc/50.spring_boot_stater_customed.md "./doc/50.spring_boot_stater_customed.md") [3.x.11 Spring Boot 使用 Maven assembly 插件打包 --- 2021-02-28](./doc/66.spring_boot_2.4_maven_assembly_plugin.md "./doc/66.spring_boot_2.4_maven_assembly_plugin.md") [3.x.12 Java 开发规范 - 关于后台接口参数接收与校验 --- 2021-06-02](./doc/67.java_api_param_specification.md "./doc/67.java_api_param_specification.md") [3.x.13 Java 通过 ip 获取所属城市信息 --- 2021-09-22](./doc/71.java_ip_to_region.md "./doc/71.java_ip_to_region.md") [3.x.14 Spring Boot 集成 Redisson 实现分布式锁 --- 2021-09-29](./doc/72.spring_boot_redisson_disturbed_lock.md "./doc/72.spring_boot_redisson_disturbed_lock.md") [3.x.15 SpringBoot 2.X Redis Jackson 序列化配置 --- 2021-11-22](./doc/84.spring_boot_2_redis_serialization_jackson.md "./doc/84.spring_boot_2_redis_serialization_jackson.md") [3.x.16 SpringBoot 2.6 集成 MySQL 多数据源读写分离 --- 2022-02-15](./doc/92.spring_boot_2.6_multiply_data_source_read_and_write_detached.md "./doc/92.spring_boot_2.6_multiply_data_source_read_and_write_detached.md") [3.x.17 支持多种推送方式的消息推送设计方案 --- 2023-08-18](./doc/101.multi_type_message_push_design.md "./doc/101.multi_type_message_push_design.md") ### 4 Spring Cloud 分布式服务 #### 4.1 Netflix Euraka [4.1.1 基于springBoot2.0创建springCloud2.0项目----2018-10-19](doc/4.基于springBoot2.0创建springCloud2.0项目.md "4.基于springBoot2.0创建springCloud2.0项目.md") [4.1.2 spring boot 2.0 整合 spring Cloud Config 搭建分布式配置中心---2018-11-08](doc/12.springBoot2.0整合springCloudConfig分布式配置中心.md "doc/12.springBoot2.0整合springCloudConfig分布式配置中心.md") #### 4.2 Zookeeper [4.2.1 Spring Boot 2.2 集成 Spring Cloud Zookeeper - 分布式服务注册中心 --- 2020-02-23](./doc/33.spring_boot_2.2_cloud_zookeeper_provider.md "./doc/33.spring_boot_2.2_cloud_zookeeper_provider.md") [4.2.2 Spring Boot 2.2 集成 Spring Cloud Zookeeper - Ribbon 分布式服务消费者 --- 2020-02-25](./doc/34.spring_boot_2.2_cloud_zookeeper_consumer_ribbon.md "./doc/34.spring_boot_2.2_cloud_zookeeper_consumer_ribbon.md") [4.2.3 Spring Boot 2.2 集成 Spring Cloud Zookeeper - Feign 分布式服务消费者 --- 2020-02-25](./doc/35.spring_cloud_2.2_cloud_zookeeper_consumer_feign.md "./doc/35.spring_cloud_2.2_cloud_zookeeper_consumer_feign.md") [4.2.4 Spring Boot 2.2 集成 Spring Cloud Zookeeper Config 分布式配置中心 --- 2020-02-29](./doc/36.spring_cloud_2.2_cloud_zookeeper_config.md "./doc/36.spring_cloud_2.2_cloud_zookeeper_config.md") [4.2.5 Spring Cloud Zookeeper 分布式服务框架搭建常见问题 --- 2020-03-01](./doc/37.spring_cloud_zookeeper_faq.md "./doc/37.spring_cloud_zookeeper_faq.md") ​ #### 4.3 Alibaba Nacos [4.3.1 Alibaba Nacos 安装教程 --- 2020-12-15](./doc/53.alibaba_nacos_install.md "./doc/53.alibaba_nacos_install.md") [4.3.2 Spring Cloud Alibaba 2.2 服务提供者(Service Providor) --- 2020-12-15](./doc/54.spring_boot_2.3_cloud_alibaba_2.2_server_provider.md "./doc/54.spring_boot_2.3_cloud_alibaba_2.2_server_provider.md") [4.3.3 Spring Cloud Alibaba 2.2 服务消费者(Ribbon) --- 2020-12-15](./doc/55.spring_boot_2.3_cloud_alibaba_2.2_ribbon.md "./doc/55.spring_boot_2.3_cloud_alibaba_2.2_ribbon.md") [4.3.4 Spring Cloud Alibaba 2.2 服务消费者(Feign) --- 2020-12-15](./doc/56.spring_boot_2.3_cloud_alibaba_2.2_server_consumer_feign.md "./doc/56.spring_boot_2.3_cloud_alibaba_2.2_server_consumer_feign.md") [4.3.5 Alibaba Sentinel 安装教程 --- 2020-12-16](./doc/57.alibaba_sentinel_install.md "./doc/57.alibaba_sentinel_install.md") [4.3.6 Spring Cloud Alibaba Sentinel 流量限制控制台 --- 2020-12-16](./doc/58.spring_boot_2.3_cloud_alibaba_2.2_sentinel_dashboard.md "./doc/58.spring_boot_2.3_cloud_alibaba_2.2_sentinel_dashboard.md") [4.3.7 Spring Cloud Alibaba Sentinel 服务熔断 --- 2020-12-17](./doc/59.spring_boot_2.3_cloud_alibaba_2.2_sentinel_fusing.md "./doc/59.spring_boot_2.3_cloud_alibaba_2.2_sentinel_fusing.md") [4.3.8 Spring Cloud Alibaba 集成网关Gateway --- 2020-12-17](./doc/60.spring_boot_2.3_cloud_alibaba_2.2_gateway.md "./doc/60.spring_boot_2.3_cloud_alibaba_2.2_gateway.md") [4.3.9 Spring Cloud Alibaba 集成网关 Gateway 全局过滤功能 --- 2020-12-18](./doc/61.spring_boot_2.3_cloud_alibaba_2.2_gateway_filter.md "./doc/61.spring_boot_2.3_cloud_alibaba_2.2_gateway_filter.md") [4.3.10 Spring Cloud Alibaba Nacos 分布式配置中心 --- 2020-12-20](./doc/62.spring_boot_2.3_cloud_alibaba_2.2_config.md "./doc/62.spring_boot_2.3_cloud_alibaba_2.2_config.md") [4.3.11 Spring Cloud Alibaba 集成 Gateway 实现动态路由功能 --- 2021-10-25](./doc/76.spring_boot_2.3_cloud_alibaba_gateway_dynamic_route.md "./doc/76.spring_boot_2.3_cloud_alibaba_gateway_dynamic_route.md") [4.3.12 Spring Cloud Gateway 动态路由配置示例 --- 2021-10-29](./doc/77.gateway_dynamic_route_demo.md "./doc/77.gateway_dynamic_route_demo.md") [4.3.13 Spring Cloud Gateway 网关实现白名单功能 --- 2022-08-30](./doc/98.spring_cloud_gateway_whitelist.md "./doc/98.spring_cloud_gateway_whitelist.md") ​ #### 4.4 微服务链路追踪 [4.4.1 Spring Cloud Alibaba 2.X 简易集成 Skywalking 实现微服务链路追踪 --- 2021-11-03](./doc/79.spring_cloud_2_skywalking_simple.md "./doc/79.spring_cloud_2_skywalking_simple.md") [4.4.2 微服务链路追踪 Skywalking MySQL 持久化配置 --- 2021-11-23](./doc/85.skywalking_durability_mysql_config.md "./doc/85.skywalking_durability_mysql_config.md") [4.4.3 微服务链路追踪 Skywalking 支持 Spring Cloud Gateway --- 2021-11-23](./doc/86.skywalking_support_spring_cloud_gateway.md "./doc/86.skywalking_support_spring_cloud_gateway.md") [4.4.4 微服务链路追踪 Skywalking 生成 Trace ID 以及 logback 日志归集 --- 2021-11-23](./doc/87.skywalking_logback_trace_id.md "./doc/87.skywalking_logback_trace_id.md") [4.4.5 微服务链路追踪 Skywalking 服务警告 --- 2021-11-23](./doc/88.skywalking_warning.md "./doc/88.skywalking_warning.md") ​ ### 5 SpringBoot 集成 Activiti 工作流 [5.1 Activiti 入门教程(官方示例) --- 2020-07-21](./doc/40.activiti_official_demo.md "./doc/40.activiti_official_demo.md") [5.2 Activiti 初始化启动失败提示 ACT_GE_PROPERTY 表不存在 --- 2020-07-21](./doc/41.activiti_init_error_table_not_exist.md "./doc/41.activiti_init_error_table_not_exist.md") [5.3 SpringBoot 2.x 快速集成 Activiti --- 2020-07-21](./doc/42.spring_boot_2.3_activiti_quickstart.md "./doc/42.spring_boot_2.3_activiti_quickstart.md") [5.4 绘制一个 Activiti BPMN 流程图 --- 2020-07-22](./doc/43.activiti_bpmn.md "./doc/43.activiti_bpmn.md") [5.5 Activiti 核心 API 在 Spring Boot 2.x 中的简易使用教程 --- 2020-7-23](./doc/44.spring_boot_2.3.activiti_6_simple_usage.md "./doc/44.spring_boot_2.3.activiti_6_simple_usage.md") [5.6 基于 Spring Boot 2.x 使用 Activiti 创建一个简易的请假流程 --- 2020-07-27](./doc/45.spring_boot_2.3_activiti_6_form.md "./doc/45.spring_boot_2.3_activiti_6_form.md") [5.7 Activiti 常用词释义](./doc/46.activiti_common_words_notes.md "./doc/46.activiti_common_words_notes.md") ### 6 技术架构设计 [6.1 社区物联网云服务架构设计 --- 2023-11-24](./doc/framework/6.1.community_iot_network_framework.md) ​ ​