From 51be434f2a83740bb8c359cf2cc74ee7b5818bda Mon Sep 17 00:00:00 2001 From: liumangmang Date: Fri, 3 Apr 2026 16:11:24 +0800 Subject: [PATCH] fix(config): regenerate application.properties in utf-8 --- src/main/resources/application.properties | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d628371..351aa99 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,23 +1,24 @@ -# 服务器配置 +# Server settings server.port=18088 server.servlet.context-path=/ -# 文件上传配置 +# Multipart upload settings spring.servlet.multipart.max-file-size=100MB spring.servlet.multipart.max-request-size=100MB -# 日志配置 +# Logging settings logging.level.com.svnlog=INFO logging.level.org.springframework=INFO -# SVN 预设配置 +# SVN preset settings svn.default-preset-id=preset-1 svn.presets[0].id=preset-1 -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].name=PRS-7050?????? +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].name=PRS-7950在线巡视 -svn.presets[1].url=https://10.6.221.149:48080/svn/houtai/001_后台软件/PRS-7950在线巡视/01_开发库/V2.00 +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[2].id=preset-3 -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].name=PRS-7950?????????? +svn.presets[2].url=https://10.6.221.149:48080/svn/houtai/001_????/PRS-7950????/01_???/V1.00_20\ + 24 \ No newline at end of file