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.
 
 
 
 
 
 
zhengqingya 2ef1f22555 update auth 2 years ago
..
app init 2 years ago
common update auth 2 years ago
doc update auth 2 years ago
docker init 2 years ago
system update auth 2 years ago
.gitignore init 2 years ago
README.md init 2 years ago
deploy.sh init 2 years ago
pom.xml init 2 years ago

README.md

说明

组件&服务 部署

mysql、redis、minio

部署文档

本地运行

  1. 修改app/src/main/resources/application-dev.yml配置
  2. 启动App

数据清理

SELECT CONCAT('DELETE FROM ', TABLE_NAME, ' where is_deleted=1;')
FROM information_schema.TABLES
WHERE table_schema = 'smallboot';