多环境配置

This commit is contained in:
2025-12-02 09:25:35 +08:00
parent 173cbc7f87
commit ba65ab303b
11 changed files with 141 additions and 10 deletions

View File

@@ -15,11 +15,6 @@ core:
# 开发环境配置
server:
# 服务器的HTTP端口默认为18080
port: 18080
servlet:
# 应用的访问路径
context-path: /openhis
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8
@@ -54,7 +49,7 @@ spring:
# 国际化资源文件路径
basename: i18n/messages
profiles:
active: local #本地local 生产prod (农大)
active: dev
# 文件上传
servlet:
multipart: