|
@@ -1 +1,47 @@
|
|
-spring.application.name=data.docking
|
|
|
|
|
|
+server.port=7113
|
|
|
|
+#tomcat\u6700\u5927\u7EBF\u7A0B\u6570\uFF0C\u9ED8\u8BA4\u4E3A200
|
|
|
|
+server.tomcat.threads.max=250
|
|
|
|
+#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=data-docking
|
|
|
|
+
|
|
|
|
+#\u6570\u636E\u6E90\u914D\u7F6E
|
|
|
|
+db.host=localhost
|
|
|
|
+db.port=3306
|
|
|
|
+db.name=exchange-v1.0.0
|
|
|
|
+db.username=root
|
|
|
|
+db.password=123456789
|
|
|
|
+
|
|
|
|
+#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.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
|
|
|
|
+
|
|
|
|
+#\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/data-docking.log
|
|
|
|
+
|
|
|
|
+com.qmth.solar.license=/Users/king/Downloads/app.lic
|