|
@@ -1,2 +1,124 @@
|
|
|
-#\u5207\u6362\u914D\u7F6E\u6587\u4EF6
|
|
|
-spring.profiles.active=dev
|
|
|
+server.port=7772
|
|
|
+#tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
|
|
|
+server.tomcat.threads.max=2500
|
|
|
+#tomcat\u6700\u5927\u8FDE\u63A5\u6570
|
|
|
+server.tomcat.max-connections=2500
|
|
|
+#tomcat\u7684URI\u7F16\u7801
|
|
|
+server.tomcat.uri-encoding=UTF-8
|
|
|
+#\u9879\u76EE\u540D\u79F0
|
|
|
+spring.application.name=eds
|
|
|
+#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
+db.host=localhost
|
|
|
+db.port=3306
|
|
|
+db.name=a
|
|
|
+db.username=root
|
|
|
+db.password=root
|
|
|
+#redis\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
+com.qmth.redis.host=${db.host}
|
|
|
+com.qmth.redis.db=3
|
|
|
+com.qmth.redis.port=6379
|
|
|
+#com.qmth.redis.password=123456
|
|
|
+#mysql\u914D\u7F6E
|
|
|
+com.qmth.datasource.url=jdbc:mysql://${db.host}:${db.port}/${db.name}?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=UTF-8&nullCatalogMeansCurrent=true
|
|
|
+com.qmth.datasource.username=${db.username}
|
|
|
+com.qmth.datasource.password=${db.password}
|
|
|
+com.qmth.mybatis.log-level=debug
|
|
|
+
|
|
|
+com.qmth.fss.public.config=oss://key:secret@teachcloud-print-dev-public.oss-api.qmth.com.cn
|
|
|
+com.qmth.fss.public.server=https://oss-file.qmth.com.cn/teachcloud-print-dev-public
|
|
|
+com.qmth.fss.private.config=oss://key:secret@teachcloud-print-dev-private.oss-api.qmth.com.cn
|
|
|
+com.qmth.fss.private.server=https://oss-file.qmth.com.cn/teachcloud-print-dev-private
|
|
|
+com.qmth.fss.localfile.config=/Users/king/Downloads/file-temp
|
|
|
+com.qmth.fss.localfile.server=http://192.168.10.140:8001
|
|
|
+
|
|
|
+com.qmth.solar.access-key=274f823e5f59410f8b3bb6edcd8e2b6e
|
|
|
+com.qmth.solar.access-secret=y7AO6W0TOdTF8HpWBwGHbp3wfIHsmUKr
|
|
|
+#com.qmth.solar.license=/Volumes/extend/\u542F\u660E/\u5206\u5E03\u5F0F\u5370\u5237/\u5206\u5E03\u5F0F\u5370\u5237&\u6559\u7814\u5206\u6790v3.1.0/tc-dev-wl.lic
|
|
|
+
|
|
|
+#\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,.ftl,.bpmn,.xml
|
|
|
+sys.config.attachmentLength=100
|
|
|
+sys.config.attachmentSize=200
|
|
|
+sys.config.serverUpload=
|
|
|
+sys.config.fileHost=192.168.10.36:7001
|
|
|
+sys.config.serverHost=192.168.10.36:7001
|
|
|
+sys.config.threadPoolCoreSize=1
|
|
|
+sys.config.customThreadPoolCoreSize=true
|
|
|
+sys.config.sessionActive=4h
|
|
|
+spring.resources.static-locations=file:${sys.config.serverUpload},classpath:/META-INF/resources/,classpath:/resources/
|
|
|
+
|
|
|
+org.center.url=https://solar.qmth.com.cn
|
|
|
+org.center.orgQueryApi=/api/open/org/query
|
|
|
+#com.qmth.api.uri-prefix=/aaa
|
|
|
+#\u7EDF\u8BA1\u9875\u9762\u914D\u7F6E
|
|
|
+com.qmth.api.metrics-endpoint=/metrics-count
|
|
|
+com.qmth.api.global-auth=true
|
|
|
+#com.qmth.api.global-strict=false
|
|
|
+#com.qmth.api.global-rate-limit=1/5s
|
|
|
+#token\u8D85\u65F6\u914D\u7F6E
|
|
|
+com.qmth.auth.time-max-ahead=1m
|
|
|
+com.qmth.auth.time-max-delay=5m
|
|
|
+#\u7F13\u5B58\u65F6\u95F4
|
|
|
+com.qmth.cache.expire-after-write=8h
|
|
|
+#api\u524D\u7F00
|
|
|
+prefix.url.common=admin/common
|
|
|
+#\u65E5\u671F\u683C\u5F0F\u5316
|
|
|
+spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
+spring.jackson.time-zone=GMT+8
|
|
|
+#\u65E5\u5FD7\u914D\u7F6E
|
|
|
+com.qmth.logging.root-level=info
|
|
|
+com.qmth.logging.file-path=/Users/king/Downloads/eds.log
|
|
|
+#============================================================================
|
|
|
+# \u914D\u7F6EJobStore
|
|
|
+#============================================================================
|
|
|
+spring.quartz.job-store-type=jdbc
|
|
|
+spring.quartz.jdbc.initialize-schema=never
|
|
|
+# JobDataMaps\u662F\u5426\u90FD\u4E3AString\u7C7B\u578B\uFF0C\u9ED8\u8BA4false
|
|
|
+spring.quartz.properties.org.quartz.jobStore.useProperties=false
|
|
|
+# \u8868\u7684\u524D\u7F00\uFF0C\u9ED8\u8BA4QRTZ_
|
|
|
+spring.quartz.properties.org.quartz.jobStore.tablePrefix=QRTZ_
|
|
|
+# \u662F\u5426\u52A0\u5165\u96C6\u7FA4
|
|
|
+spring.quartz.properties.org.quartz.jobStore.isClustered=true
|
|
|
+# \u8C03\u5EA6\u5B9E\u4F8B\u5931\u6548\u7684\u68C0\u67E5\u65F6\u95F4\u95F4\u9694 ms
|
|
|
+spring.quartz.properties.org.quartz.jobStore.clusterCheckinInterval=5000
|
|
|
+# \u5F53\u8BBE\u7F6E\u4E3A\u201Ctrue\u201D\u65F6\uFF0C\u6B64\u5C5E\u6027\u544A\u8BC9Quartz \u5728\u975E\u6258\u7BA1JDBC\u8FDE\u63A5\u4E0A\u8C03\u7528setTransactionIsolation\uFF08Connection.TRANSACTION_READ_COMMITTED\uFF09\u3002
|
|
|
+spring.quartz.properties.org.quartz.jobStore.txIsolationLevelReadCommitted=true
|
|
|
+# \u6570\u636E\u4FDD\u5B58\u65B9\u5F0F\u4E3A\u6570\u636E\u5E93\u6301\u4E45\u5316
|
|
|
+spring.quartz.properties.org.quartz.jobStore.class=org.quartz.impl.jdbcjobstore.JobStoreTX
|
|
|
+# \u6570\u636E\u5E93\u4EE3\u7406\u7C7B\uFF0C\u4E00\u822Corg.quartz.impl.jdbcjobstore.StdJDBCDelegate\u53EF\u4EE5\u6EE1\u8DB3\u5927\u90E8\u5206\u6570\u636E\u5E93
|
|
|
+spring.quartz.properties.org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
|
|
+#============================================================================
|
|
|
+# Scheduler \u8C03\u5EA6\u5668\u5C5E\u6027\u914D\u7F6E
|
|
|
+#============================================================================
|
|
|
+# \u8C03\u5EA6\u6807\u8BC6\u540D \u96C6\u7FA4\u4E2D\u6BCF\u4E00\u4E2A\u5B9E\u4F8B\u90FD\u5FC5\u987B\u4F7F\u7528\u76F8\u540C\u7684\u540D\u79F0
|
|
|
+spring.quartz.properties.org.quartz.scheduler.instanceName=ClusterQuartz
|
|
|
+# ID\u8BBE\u7F6E\u4E3A\u81EA\u52A8\u83B7\u53D6 \u6BCF\u4E00\u4E2A\u5FC5\u987B\u4E0D\u540C
|
|
|
+spring.quartz.properties.org.quartz.scheduler.instanceId=AUTO
|
|
|
+#============================================================================
|
|
|
+# \u914D\u7F6EThreadPool
|
|
|
+#============================================================================
|
|
|
+# \u7EBF\u7A0B\u6C60\u7684\u5B9E\u73B0\u7C7B\uFF08\u4E00\u822C\u4F7F\u7528SimpleThreadPool\u5373\u53EF\u6EE1\u8DB3\u51E0\u4E4E\u6240\u6709\u7528\u6237\u7684\u9700\u6C42\uFF09
|
|
|
+spring.quartz.properties.org.quartz.threadPool.class=org.quartz.simpl.SimpleThreadPool
|
|
|
+# \u6307\u5B9A\u7EBF\u7A0B\u6570\uFF0C\u4E00\u822C\u8BBE\u7F6E\u4E3A1-100\u76F4\u63A5\u7684\u6574\u6570\uFF0C\u6839\u636E\u7CFB\u7EDF\u8D44\u6E90\u914D\u7F6E
|
|
|
+spring.quartz.properties.org.quartz.threadPool.threadCount=10
|
|
|
+# \u8BBE\u7F6E\u7EBF\u7A0B\u7684\u4F18\u5148\u7EA7(\u53EF\u4EE5\u662FThread.MIN_PRIORITY\uFF08\u53731\uFF09\u548CThread.MAX_PRIORITY\uFF08\u8FD9\u662F10\uFF09\u4E4B\u95F4\u7684\u4EFB\u4F55int \u3002\u9ED8\u8BA4\u503C\u4E3AThread.NORM_PRIORITY\uFF085\uFF09\u3002)
|
|
|
+spring.quartz.properties.org.quartz.threadPool.threadPriority=5
|
|
|
+sms.config.normalCode=kwsj
|
|
|
+sms.config.expiredTime=2
|
|
|
+sms.config.sendInterval=60
|
|
|
+sms.config.aliyunSMSKey=LTAI4Fi8jVRYT49QBXU9x5QX
|
|
|
+sms.config.aliyunSMSSecret=97aBLBfkQR5mzCiQa82yWLAH57eUd8
|
|
|
+sms.config.aliyunSMSSignName=\u542F\u660E\u6CF0\u548C
|
|
|
+sms.config.teachDataChangeNoticeCode=SMS_242831889
|
|
|
+whu.config.appKey=DD1198B44CD624B6E0530107010AF5DF
|
|
|
+whu.config.appSecret=MIIBVAIBADANBgkqhkiG9w0BAQEFAASCAT4wggE6AgEAAkEAojkSbVqi/6v7hNdHZIPU4EKLyyxO7akNAIXilJ0+c0sYHV4Z6vctSrds4LIPp3fXUuMA9F7d1vp6s7HOQfuIfwIDAQABAkBiCowQew635oEEL/d90A7/2jgSepzZFao9/qyJlN8BXg8M6zwBFiEB51GbW0642bWTftFT0Arrq6ipYkXTyH7BAiEA8oMCG7HqUYXX4bt6h9Bz8LIwI4oFx3x90RpK+b0iPmMCIQCrPuAZB90EJtr4fOE3+lQBORoKVOF/cwFQX14mBXRKNQIhAKLeVVYgQMwLZZcWgA4icxsdsLLNiWAWPbFnRR9AZHUdAiA5tGJHjQLJF17KRSqPdmdAUkGYIaorDFHxB3HuVgAt0QIgIMcILJ3lJx6URAEG9e055KXh8J+nXItScHZ4bXMWls4=
|
|
|
+whu.config.tokenUrl=http://120.76.177.81/zfdsb/oauth2/accessToken
|
|
|
+whu.config.kwUrl=http://120.76.177.81/zfdsb/api/kw/ksmd
|
|
|
+
|
|
|
+cloud.marking.config.accessKey=d81badf113d1450c9f554809e1282ae1
|
|
|
+cloud.marking.config.accessSecret=dmILQXiRESNasxUylMNGl05R0JsaVb9t
|
|
|
+cloud.marking.config.rootUrl=http://192.168.10.225:8080
|
|
|
+cloud.marking.config.examUrl=/api/exams
|
|
|
+cloud.marking.config.studentCountUrl=/api/exam/student/count
|
|
|
+cloud.marking.config.studentScoreUrl=/api/exam/student/score
|