You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.. | ||
app | 2 years ago | |
common | 2 years ago | |
doc | 2 years ago | |
docker | 2 years ago | |
system | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
deploy.sh | 2 years ago | |
pom.xml | 2 years ago |
README.md
说明
组件&服务 部署
mysql、redis、minio
见部署文档
本地运行
- 修改
app/src/main/resources/application-dev.yml
配置 - 启动
App
数据清理
SELECT CONCAT('DELETE FROM ', TABLE_NAME, ' where is_deleted=1;')
FROM information_schema.TABLES
WHERE table_schema = 'smallboot';