|
|
# 某某系统
|
|
|
|
|
|
> 全局文本替换: qanything,192.168.3.205
|
|
|
|
|
|
|
|
|
|
|
|
## Git Commit message 与自动构建与发布
|
|
|
|
|
|
- 如果需要SpringBoot工程的自动构建与发布,在Git Commit message的后面加`-buildboot`
|
|
|
- 如果需要管理端前端工程的自动构建与发布,在Git Commit message的后面加`-buildadmin`
|
|
|
- 如果需要用户端h5工程的自动构建与发布,在Git Commit message的后面加`-buildh5`
|
|
|
|
|
|
|
|
|
|
|
|
## 项目预览地址
|
|
|
|
|
|
- 管理后端: [https://admin.xxx.xxx.cn/](https://admin.xxx.xxx.cn/)
|
|
|
- 用户移动web端: [https://h5.xxx.xxx.cn/](https://h5.xxx.evolvecloud.cn/)
|
|
|
|
|
|
|
|
|
|
|
|
## 开发环境
|
|
|
|
|
|
- [OpenJDK-17+](https://mirrors.tuna.tsinghua.edu.cn/Adoptium/17/jdk/x64/)
|
|
|
- [MariaDB-10+](https://mirrors.tuna.tsinghua.edu.cn/mariadb/mariadb-10.11.6/)
|
|
|
- [Redis-7+](https://redis.io/download/)
|
|
|
- [MongoDB-7+](https://www.mongodb.com/zh-cn)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 开发工具
|
|
|
|
|
|
- java开发工具: [IntelliJ IDEA](https://www.jetbrains.com.cn/idea/)
|
|
|
|
|
|
- java开发工具: **[STS4](https://spring.io/tools/) Spring官方工具**
|
|
|
|
|
|
- 前端开发工具: [VSCode](https://code.visualstudio.com/)
|
|
|
|
|
|
- 数据库开发工具: [Navicat-16](https://www.navicat.com.cn/navicat-16-highlights)
|
|
|
|
|
|
- Redis工具: [RedisFront](https://gitee.com/dromara/redisfront)
|
|
|
|
|
|
- MongoDB工具: [NoSQLBooster for MongoDB](https://www.nosqlbooster.com/)
|
|
|
|
|
|
- MQTT工具: [emqx](https://www.emqx.io/)
|
|
|
|
|
|
|
|
|
|
|
|
## 参考网站
|
|
|
|
|
|
### 核心
|
|
|
- [Dromara开源社区](https://dromara.org/zh/)
|
|
|
- [RuoYi-Vue-Plu](https://plus-doc.dromara.org/)
|
|
|
- [MyBatis-Plus](https://www.baomidou.com/)
|
|
|
- [HuTool工具类](https://doc.hutool.cn/pages/index/)
|
|
|
- [sa-token安全认证框架](https://sa-token.cc/)
|
|
|
- [xxl-job分布式任务调度平台](https://www.xuxueli.com/xxl-job/)
|
|
|
- [Redisson](https://redisson.org/)
|
|
|
- [WxJava微信开发工具包](https://gitee.com/binary/weixin-java-tools/)
|
|
|
|
|
|
### 备选
|
|
|
- [sms4j短信集成库](https://gitee.com/dromara/sms4j)
|
|
|
- [x-file-storage文件存储库](https://x-file-storage.xuyanwu.cn/)
|
|
|
- [payment-spring-boot集成支付](https://felord.gitee.io/payment-spring-boot)
|
|
|
- [JustAuth第三方登录集成库](https://www.justauth.cn/)
|
|
|
|