fix(config): regenerate application.properties in utf-8
This commit is contained in:
@@ -1,23 +1,24 @@
|
|||||||
# 服务器配置
|
# Server settings
|
||||||
server.port=18088
|
server.port=18088
|
||||||
server.servlet.context-path=/
|
server.servlet.context-path=/
|
||||||
|
|
||||||
# 文件上传配置
|
# Multipart upload settings
|
||||||
spring.servlet.multipart.max-file-size=100MB
|
spring.servlet.multipart.max-file-size=100MB
|
||||||
spring.servlet.multipart.max-request-size=100MB
|
spring.servlet.multipart.max-request-size=100MB
|
||||||
|
|
||||||
# 日志配置
|
# Logging settings
|
||||||
logging.level.com.svnlog=INFO
|
logging.level.com.svnlog=INFO
|
||||||
logging.level.org.springframework=INFO
|
logging.level.org.springframework=INFO
|
||||||
|
|
||||||
# SVN 预设配置
|
# SVN preset settings
|
||||||
svn.default-preset-id=preset-1
|
svn.default-preset-id=preset-1
|
||||||
svn.presets[0].id=preset-1
|
svn.presets[0].id=preset-1
|
||||||
svn.presets[0].name=PRS-7050场站智慧管控
|
svn.presets[0].name=PRS-7050??????
|
||||||
svn.presets[0].url=https://10.6.221.149:48080/svn/houtai/001_后台软件/PRS-7050场站智慧管控/01_开发库/V1.00
|
svn.presets[0].url=https://10.6.221.149:48080/svn/houtai/001_????/PRS-7050??????/01_???/V1.00
|
||||||
svn.presets[1].id=preset-2
|
svn.presets[1].id=preset-2
|
||||||
svn.presets[1].name=PRS-7950在线巡视
|
svn.presets[1].name=PRS-7950????
|
||||||
svn.presets[1].url=https://10.6.221.149:48080/svn/houtai/001_后台软件/PRS-7950在线巡视/01_开发库/V2.00
|
svn.presets[1].url=https://10.6.221.149:48080/svn/houtai/001_????/PRS-7950????/01_???/V2.00
|
||||||
svn.presets[2].id=preset-3
|
svn.presets[2].id=preset-3
|
||||||
svn.presets[2].name=PRS-7950在线巡视电科院测试版
|
svn.presets[2].name=PRS-7950??????????
|
||||||
svn.presets[2].url=https://10.6.221.149:48080/svn/houtai/001_后台软件/PRS-7950在线巡视/01_开发库/V1.00_2024
|
svn.presets[2].url=https://10.6.221.149:48080/svn/houtai/001_????/PRS-7950????/01_???/V1.00_20\
|
||||||
|
24
|
||||||
Reference in New Issue
Block a user