powerjob升级到4.3.6
This commit is contained in:
parent
499642c0dc
commit
42a3285e8a
36
README.en.md
36
README.en.md
@ -1,36 +0,0 @@
|
||||
# Ruoyi-Flex
|
||||
|
||||
#### Description
|
||||
Ruoyi-Flex是基于RuoYi-Vue v3.8.6进行的扩展,集成MyBatis-Flex、JDK17、lombok、Sa-Token、PowerJob、Hutool、OSS、ureport-keep、Flowable、vue3、TypeScript等优秀开源软件,准备作为未来5年软件开发的底座。
|
||||
|
||||
#### Software Architecture
|
||||
Software architecture description
|
||||
|
||||
#### Installation
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Instructions
|
||||
|
||||
1. xxxx
|
||||
2. xxxx
|
||||
3. xxxx
|
||||
|
||||
#### Contribution
|
||||
|
||||
1. Fork the repository
|
||||
2. Create Feat_xxx branch
|
||||
3. Commit your code
|
||||
4. Create Pull Request
|
||||
|
||||
|
||||
#### Gitee Feature
|
||||
|
||||
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
11
README.md
11
README.md
@ -7,13 +7,14 @@
|
||||
|
||||
## 平台简介
|
||||
|
||||
Ruoyi-Flex是一套全部开源的快速开发平台,毫无保留给个人及企业免费使用。基于RuoYi-Vue、RuoYi-Vue-Plus,集成MyBatis-Flex、JDK17、SpringBootV3、Lombok、Sa-Token、Hutool、SpringBoot Admin、PowerJob、Vue3、Element-Plus等优秀开源软件,
|
||||
Ruoyi-Flex是一套全部开源的快速开发平台,使用MIT开源许可协议,毫无保留给个人及企业免费使用。基于RuoYi-Vue、RuoYi-Vue-Plus,集成MyBatis-Flex、JDK17、SpringBootV3、Lombok、Sa-Token、SpringDoc、Hutool、SpringBoot Admin、PowerJob、Vue3、Element-Plus等优秀开源软件,
|
||||
|
||||
* 前端采用Vue3、Element-Plus。
|
||||
* 后端采用Spring Boot V3、Sa-Token、Redis & Jwt、MyBatis-Flex、PowerJob。
|
||||
* 后端采用Spring Boot V3、MyBatis-Flex、Sa-Token、Redis & Jwt、PowerJob。
|
||||
* 权限认证使用Jwt,支持多终端认证系统。
|
||||
* 支持加载动态权限菜单,多方式轻松权限控制。
|
||||
* 高效率开发,使用代码生成器可以一键生成前后端代码。
|
||||
* 定制模板,使用代码生成器可以一键生成前后端代码。
|
||||
* 性能卓越,功能全面,开发高效,可免除手写SQL之苦,甚至写错字段名称IDEA都会立即报警!
|
||||
|
||||
|
||||
## 内置功能
|
||||
@ -32,13 +33,13 @@ Ruoyi-Flex是一套全部开源的快速开发平台,毫无保留给个人及
|
||||
12. 调度中心:集成PowerJob全新一代分布式任务调度与计算框架。
|
||||
13. 代码生成:前后端代码的生成(java、html、xml、sql)支持CRUD下载 。
|
||||
14. 系统接口:集成springdoc,根据文档注释自动生成相关的api接口文档。
|
||||
15. 监控中心:集成Spring Boot Admin。
|
||||
15. 监控中心:集成Spring Boot Admin,监视集群系统CPU、内存、磁盘、堆栈、在线日志、Spring相关配置等。
|
||||
16. 缓存监控:对系统的缓存信息查询,命令统计等。
|
||||
|
||||
## 开发文档
|
||||
|
||||
本项目提供保姆级开发文档,零基础手把手入门教程,位于/doc文件夹下面,
|
||||
入门必读,请点击查看:《Ruoyi-Flex开发编译手册.docx》(https://gitee.com/dataprince/ruoyi-flex/raw/master/doc/Ruoyi-Flex-Guide.docx)
|
||||
入门必读,请下载到本地查看:《[Ruoyi-Flex开发编译手册.docx](https://gitee.com/dataprince/ruoyi-flex/raw/master/doc/Ruoyi-Flex-Guide.docx)》。
|
||||
|
||||
## Ruoyi-Flex交流群
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -49,7 +49,7 @@
|
||||
<lock4j.version>2.2.4</lock4j.version>
|
||||
<alibaba-ttl.version>2.14.3</alibaba-ttl.version>
|
||||
<spring-boot-admin.version>3.1.5</spring-boot-admin.version>
|
||||
<powerjob.version>4.3.5</powerjob.version>
|
||||
<powerjob.version>4.3.6</powerjob.version>
|
||||
|
||||
<!-- 插件版本 -->
|
||||
<maven-jar-plugin.version>3.2.2</maven-jar-plugin.version>
|
||||
|
Loading…
Reference in New Issue
Block a user