Merge branch '1.1.x' into dev

This commit is contained in:
2023-09-07 21:10:50 +08:00
278 changed files with 291 additions and 283 deletions

View File

@@ -383,7 +383,7 @@ git clone https://github.com/Charles7c/continew-admin.git
# [3.也可以在 IntelliJ IDEA 中直接配置程序启动环境变量DB_HOST、DB_PORT、DB_USER、DB_PWD、DB_NAMEREDIS_HOST、REDIS_PORT、REDIS_PWD、REDIS_DB]
# 4.启动程序
# 4.1 启动成功:访问 http://localhost:8000/,页面输出:ContiNew Admin backend service started successfully.
# 4.1 启动成功:访问 http://localhost:8000/,页面输出:Xxx started successfully.
# 4.2 接口文档http://localhost:8000/doc.html
# 5.部署