https://github.com/twelvet-projects/twelvet-fast
基于Spring Boot 3 JDK17的单体服务极速开发管理平台脚手架,先行体验最新技术栈,支持多数据源,分库分表
https://github.com/twelvet-projects/twelvet-fast
java17 jdk17 sa-token spring-boot-3
Last synced: about 1 month ago
JSON representation
基于Spring Boot 3 JDK17的单体服务极速开发管理平台脚手架,先行体验最新技术栈,支持多数据源,分库分表
- Host: GitHub
- URL: https://github.com/twelvet-projects/twelvet-fast
- Owner: twelvet-projects
- License: apache-2.0
- Created: 2022-12-01T05:54:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-27T06:26:26.000Z (about 2 months ago)
- Last Synced: 2025-04-09T19:15:44.306Z (about 1 month ago)
- Topics: java17, jdk17, sa-token, spring-boot-3
- Language: Java
- Homepage: https://doc.twelvet.cn
- Size: 1.24 MB
- Stars: 23
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TwelveT Fast
基于 Spring Boot 3.x 实现的twelvet单体服务。### 要求
- jdk >= 17
- maven >= 3.8前端源码:https://github.com/twelvet-s/twelvet-ui
# 新服务
新特性服务请前往 [twelvet](https://github.com/twelvet-projects/twelvet)按需迁移
### [1.RAG 知识库](https://github.com/twelvet-projects/twelvet/tree/master/twelvet-server/twelvet-server-ai)
## 演示图
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
## 在线体验
- admin/123456
演示地址:[https://cloud.twelvet.cn](https://cloud.twelvet.cn)
## 支持Linux一件Docker启动
内存 > 16
需要自行安装maven、docker、docker-compose、node、yarn
```shell
# mvn
mvn clean && mvn install -DskipTests
# 进入脚本目录
cd ./docker
# 可执行权限
chmod 751 deploy.sh
# 执行启动(按需执行参数,[init|port|base|server|stop|rm])
# 初始化
./deploy.sh init
# 基础服务
./deploy.sh base
# 启动twelvet
./deploy.sh server
# 启动UI
./deploy.sh nginx
```## 开源共建
### 开源协议
twelvet 开源软件遵循 [Apache 2.0 协议](https://www.apache.org/licenses/LICENSE-2.0.html)。
允许商业使用,但务必保留类作者、Copyright 信息。### 其他说明
1. 欢迎提交 [PR](https://github.com/twelvet-projects/twelvet/pulls),注意对应提交对应分支
代码规范 [spring-javaformat](https://github.com/spring-io/spring-javaformat)
代码规范说明1. 由于 spring-javaformat
强制所有代码按照指定格式排版,未按此要求提交的代码将不能通过合并(打包)
2. 如果使用 IntelliJ IDEA
开发,请安装自动格式化软件
spring-javaformat-intellij-idea-plugin
3. 其他开发工具,请参考
spring-javaformat
说明,或`提交代码前`在项目根目录运行下列命令(需要开发者电脑支持`mvn`命令)进行代码格式化
```
mvn spring-javaformat:apply
```
2. 欢迎提交 [issue](https://github.com/twelvet-projects/twelvet/issues),请写清楚遇到问题的原因、开发环境、复显步骤。
## 🤝鸣谢
感谢jetbrains提供的许可证[](https://www.jetbrains.com?from=https://github.com/twelvet-projects/twelvet)