# great-project-spring-boot **Repository Path**: tengda1221/great-project-spring-boot ## Basic Information - **Project Name**: great-project-spring-boot - **Description**: Spring-boot 遇到的所有的相关的案例 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-02-22 - **Last Updated**: 2022-02-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # great-project-spring-boot-spring-boot ## exercise > java代码日常练习 >> 线程通信 >>> 生产者和消费者 >>>> Lock com.jar.exercise.多线程.AQS.reentrantlock.线程间通信.Milk >>>> synchronized com.jar.exercise.多线程.线程之间的通信.SynchronizedProduceAndConsume ## spring-boot-aop-demo > springboot整合AOP,主要是理解jdk和cglib动态代理的使用 ## spring-boot-bean-demo > springboot冲bean创建的理解 ## spring-boot-common-demo > 工具类 ## spring-boot-docker-demo > springboot整合docker进行项目发布 ## spring-boot-easyexcel-demo > springboot整合easyexcel导入导出 ## spring-boot-mapstruct-demo > springboot整合mapstruct进行bean(XO)之间的转换 ## spring-boot-mongo-demo > springboot整合mongodb(一种文档数据库) ## spring-boot-mqtt-demo > springboot整合mqtt简单通信 ## spring-boot-mybatis-demo > springboot整合mybatis ## spring-boot-mybatis-plus-demo > springboot整合mybatis-plus (重要) ## spring-boot-mysql-read-write > springboot-整合tkmapper进行mysql读写分离 ## spring-boot-netty-demo > springboot整合netty进行网络通信 ## spring-boot-netty-websocket-demo > springboot整合netty使用websocket协议开发聊天demo ## spring-boot-poi-demo > springboot整合原生poi ## spring-boot-quartz-demo > springboot整合quartz(分布式任务调度) ## spring-boot-rabbitmq-demo > springboot整合rabbitmq ## spring-boot-redis-demo > springboot整合redis(nosql数据库) ## spring-boot-security-demo > springboot整合security(权限认证框架) ## spring-boot-shiro-demo > springboot整合shiro ## spring-boot-spike-demo > 抢红包demo (秒杀抢红包) ## spring-boot-swagger2-demo > springboot整合swagger2(api文档生成框架) ## spring-boot-task-demo > springboot整合task(spring原生任务调度框架) ## spring-boot-transaction-demo > 整理了spring中关于事务的@Transaction注解的使用和ACID四大特性的理解 ## spring-boot-validated-demo > springboot整合validated进行参数校验 ## spring-boot-web-demo > springboot练习 ## spring-boot-websocket-dome > springboot整合websocket(web端的即时通讯)