wangliang 4 жил өмнө
parent
commit
f4b7d100b0

+ 14 - 13
distributed-print/src/main/resources/application.properties

@@ -1,12 +1,12 @@
 server.port=7001
-#tomcat\uFFFD\uFFFD\uFFFD\uFFFD\u07F3\uFFFD\uFFFD\uFFFD
+#tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
 server.tomcat.threads.max=2500
-#tomcat\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD\uFFFD
+#tomcat\u6700\u5927\u8FDE\u63A5\u6570
 server.tomcat.max-connections=2500
-#tomcat\uFFFD\uFFFD\uFFFD\uFFFD
+#tomcat\u7684URI\u7F16\u7801
 server.tomcat.uri-encoding=UTF-8
 
-#\u04E6\uFFFD\uFFFD\uFFFD\uFFFD
+#\u9879\u76EE\u540D\u79F0
 spring.application.name=distributed-print
 
 #\uFFFD\uFFFD\uFFFD\u077F\uFFFD\uFFFD\uFFFD\uFFFD
@@ -16,12 +16,12 @@ db.name=tc_print_2
 db.username=root
 db.password=root
 
-#redis\uFFFD\uFFFD\uFFFD\uFFFD
+#redis\u6570\u636E\u6E90\u914D\u7F6E
 com.qmth.redis.host=${db.host}
-com.qmth.redis.db=1
+com.qmth.redis.db=0
 #com.qmth.redis.password
 
-#mysql\uFFFD\uFFFD\uFFFD\uFFFD
+#mysql\u914D\u7F6E
 com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
 com.qmth.mysql.username=${db.username}
 com.qmth.mysql.password=${db.password}
@@ -29,11 +29,11 @@ com.qmth.mysql.min-idle=40
 com.qmth.mysql.max-pool-size=200
 com.qmth.mysql.log-level=debug
 
-#jsckson\uFFFD\uFFFD\uFFFD\uFFFD
+#\u65E5\u671F\u683C\u5F0F\u5316
 spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
 spring.jackson.time-zone=GMT+8
 
-#oss\uFFFD\uFFFD\uFFFD\uFFFD
+#\u963F\u91CC\u4E91OSS\u914D\u7F6E
 aliyun.oss.name=oss-cn-shenzhen.aliyuncs.com
 aliyun.oss.endpoint=http://${aliyun.oss.name}
 aliyun.oss.accessKeyId=LTAI4Fi8jVRYT49QBXU9x5QX
@@ -41,7 +41,7 @@ aliyun.oss.accessKeySecret=97aBLBfkQR5mzCiQa82yWLAH57eUd8
 aliyun.oss.bucket=teachcloud-test
 aliyun.oss.url=http://${aliyun.oss.bucket}.${aliyun.oss.name}
 
-#\uFFFD\u01F7\uFFFD\uFFFD\u03F4\uFFFDoss
+#\u7CFB\u7EDF\u914D\u7F6E
 sys.config.oss=true
 sys.config.attachmentType=.xlsx,.xls,.doc,.docx,.pdf,.jpg,.jpeg,.png,.html,.zip,.mp3,.wav,.dll,.exe
 sys.config.attachmentLength=100
@@ -54,25 +54,26 @@ sys.config.accessSecret=LdUwb5X4etmjW7fDn0KAdoXG0Yt7AkDu
 spring.resources.static-locations=file:${sys.config.serverUpload},classpath:/META-INF/resources/,classpath:/resources/
 
 #com.qmth.api.uri-prefix=/aaa
+#\u7EDF\u8BA1\u9875\u9762\u914D\u7F6E
 com.qmth.api.metrics-endpoint=/metrics-count
 #com.qmth.api.global-auth=false
 #com.qmth.api.global-strict=false
 #com.qmth.api.global-rate-limit=1/5s
 
-#token
+#token\u8D85\u65F6\u914D\u7F6E
 com.qmth.api.auth.time-max-ahead=-10000
 com.qmth.api.auth.time-max-delay=10000
 
 #\u7F13\u5B58\u65F6\u95F4
 com.qmth.cache.expire-after-write=8h
 
-#api
+#api\u524D\u7F00
 prefix.url.common=admin/common
 prefix.url.sys=admin/sys
 prefix.url.basic=admin/basic
 prefix.url.exam=admin/exam
 
-#\uFFFD\uFFFD\u05BE
+#\u65E5\u5FD7\u914D\u7F6E
 com.qmth.logging.root-level=info
 com.qmth.logging.file-path=/Users/king/Downloads/distributed-print.log