新增Docker部署脚本实例

This commit is contained in:
thinkgem
2019-04-27 21:41:18 +08:00
parent 1b0099c831
commit 9aa599fb0b
7 changed files with 122 additions and 3 deletions

View File

@@ -475,7 +475,7 @@ logging:
#
# # 静态资源路径前缀可做CDN加速优化
# staticPrefix: /static
#
#
# # 自定义正则表达式验证(主键、登录名)
# validator:
# id: '[a-zA-Z0-9_\-/#\u4e00-\u9fa5]{0,64}'
@@ -484,6 +484,10 @@ logging:
# # 核心模块的Web功能仅作为微服务时设为false
# core:
# enabled: true
#
# # 在线API文档工具
# swagger:
# enabled: true
# 错误页面500.html是否输出错误信息正式环境为提供安全性可设置为false
#error: