# springboot2-jeesite **Repository Path**: Cq3518/springboot2-jeesite ## Basic Information - **Project Name**: springboot2-jeesite - **Description**: jeesite1.x 结合spring boot2.0 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2019-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Jeesite 1.x    SpringBoot2.x版本 ## 1.介绍 - 本项目在jeesite1.x基础上砍掉了所有的冗余的东西,只保留系统配置和代码生成工具 ## 2.增加功能点 - 增加SpringBoot微服务 - ThreadPoolExecutor线程池的使用 - 数据库锁机制(悲观锁、乐观锁) - 分布式锁(RedissLock、Zookeeper) - 进程内消息队列(LinkedBlockingQueue、ArrayBlockingQueue、ConcurrentLinkedQueue) - 分布式消息队列(Redis、Kafka) - AOP实现切面锁 - Disruptor高效队列 - 增加系统监控功能 - 增加websocket消息通知 ## 3.运行 - 修改application.yml 里面配置的数据源链接,执行数据库脚本 springboot-jeesite.sql - 运行主类 com.springboot.jeesite.springbootJeesiteDriver - 访问http://127.0.0.1:8080/admin/login