|
@@ -6,18 +6,21 @@ server.tomcat.max-connections=2500
|
|
|
#tomcat\u7684URI\u7F16\u7801
|
|
|
server.tomcat.uri-encoding=UTF-8
|
|
|
|
|
|
+#\u9879\u76EE\u540D\u79F0
|
|
|
+spring.application.name=teachcloud-report
|
|
|
+
|
|
|
#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
-db.host=localhost
|
|
|
+db.host=192.168.10.136
|
|
|
db.port=3306
|
|
|
db.name=teachcloud-report
|
|
|
db.username=root
|
|
|
-db.password=123456789
|
|
|
+db.password=Qmth87863577!
|
|
|
|
|
|
#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
com.qmth.redis.host=${db.host}
|
|
|
com.qmth.redis.port=6379
|
|
|
-com.qmth.redis.db=0
|
|
|
-#com.qmth.redis.password
|
|
|
+com.qmth.redis.db=1
|
|
|
+com.qmth.redis.password=123456
|
|
|
|
|
|
#mysql\u914D\u7F6E
|
|
|
com.qmth.mysql.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8
|
|
@@ -41,8 +44,8 @@ sys.config.attachmentType=.xlsx,.xls,.doc,.docx,.pdf,.jpg,.jpeg,.png,.html,.zip,
|
|
|
sys.config.attachmentLength=100
|
|
|
sys.config.attachmentSize=200
|
|
|
sys.config.serverUpload=
|
|
|
-sys.config.fileHost=localhost:7001
|
|
|
-sys.config.serverHost=localhost:7001
|
|
|
+sys.config.fileHost=localhost:7004
|
|
|
+sys.config.serverHost=localhost:7004
|
|
|
#sys.config.accessKey=0bce69d94a7b4aef8bc0badf150351a9
|
|
|
#sys.config.accessSecret=LdUwb5X4etmjW7fDn0KAdoXG0Yt7AkDu
|
|
|
sys.config.accessKey=274f823e5f59410f8b3bb6edcd8e2b6e
|
|
@@ -53,7 +56,7 @@ sys.config.adminLogoUrl=http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/w
|
|
|
#sys.config.autoCreatePdfResetMaxCount=5
|
|
|
sys.config.threadPoolCoreSize=1
|
|
|
sys.config.customThreadPoolCoreSize=true
|
|
|
-sys.config.reportUrl=http://localhost:8082/report/#/student-report/
|
|
|
+sys.config.reportUrl=http://localhost:7004/#/student-report/
|
|
|
spring.resources.static-locations=file:${sys.config.serverUpload},classpath:/META-INF/resources/,classpath:/resources/
|
|
|
|
|
|
org.center.url=https://solar.qmth.com.cn
|
|
@@ -67,12 +70,31 @@ com.qmth.api.global-auth=false
|
|
|
#com.qmth.api.global-rate-limit=1/5s
|
|
|
|
|
|
#token\u8D85\u65F6\u914D\u7F6E
|
|
|
-com.qmth.api.auth.time-max-ahead=-10000
|
|
|
-com.qmth.api.auth.time-max-delay=10000
|
|
|
+com.qmth.api.auth.time-max-ahead=1m
|
|
|
+com.qmth.api.auth.time-max-delay=5m
|
|
|
|
|
|
#\u7F13\u5B58\u65F6\u95F4
|
|
|
com.qmth.cache.expire-after-write=8h
|
|
|
|
|
|
+#\u65E5\u671F\u683C\u5F0F\u5316
|
|
|
+spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
+spring.jackson.time-zone=GMT+8
|
|
|
+
|
|
|
+#api\u524D\u7F00
|
|
|
+prefix.url.common=admin/common
|
|
|
+prefix.url.sys=admin/sys
|
|
|
+prefix.url.basic=admin/basic
|
|
|
+prefix.url.exam=admin/exam
|
|
|
+prefix.url.data=admin/data
|
|
|
+prefix.url.reportWuda=report/wuda/open
|
|
|
+prefix.url.reportSchool=report/school
|
|
|
+prefix.url.reportCourse=report/course
|
|
|
+prefix.url.reportExamStudent=report/exam_student
|
|
|
+
|
|
|
+#\u65E5\u5FD7\u914D\u7F6E
|
|
|
+com.qmth.logging.root-level=info
|
|
|
+com.qmth.logging.file-path=/Users/king/Downloads/teachcloud-report.log
|
|
|
+
|
|
|
#\u5F15\u5165task\u914D\u7F6E\u6587\u4EF6
|
|
|
spring.profiles.include=task
|
|
|
|