|
@@ -1,10 +1,10 @@
|
|
|
server.port=8080
|
|
|
-
|
|
|
+spring.resources.static-locations=classpath:/static/,file:/Users/luoshi/Downloads/
|
|
|
management.endpoints.web.exposure.include=health,metrics,prometheus
|
|
|
|
|
|
#com.qmth.api.uri-prefix=/aaa
|
|
|
com.qmth.api.global-auth=false
|
|
|
-com.qmth.api.trace-request=true
|
|
|
+com.qmth.api.http-trace=true
|
|
|
#com.qmth.api.global-strict=false
|
|
|
#com.qmth.api.global-rate-limit=1/5s
|
|
|
|