修改配置
This commit is contained in:
parent
20c661066b
commit
0f79ed3844
|
|
@ -7,23 +7,23 @@ bonus:
|
|||
# 版权年份
|
||||
copyrightYear: 2025
|
||||
# 文件路径 示例( Windows配置D:/bonus/uploadPath,Linux配置 /home/bonus/uploadPath)
|
||||
profile: D:/bonus/uploadPath
|
||||
profile: /home/bonus/uploadPath
|
||||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
# 验证码类型 math 数字计算 char 字符验证
|
||||
captchaType: math
|
||||
|
||||
sql:
|
||||
filePath: E:/bonus/filePath
|
||||
filePath: D:/bonus/filePath
|
||||
schemaName: smart_archives_dev
|
||||
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 8080
|
||||
port: 58080
|
||||
servlet:
|
||||
# 应用的访问路径
|
||||
context-path: /smartArchives
|
||||
context-path: /caption
|
||||
tomcat:
|
||||
# tomcat的URI编码
|
||||
uri-encoding: UTF-8
|
||||
|
|
|
|||
Loading…
Reference in New Issue