Browse Source

fix - 升级至qmth-boot1.0.5后,需要显示开启@Aac(auth = true),qmth-boot1.0.4之前默认是true

deason 2 months ago
parent
commit
dcbc2a4c2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/application.properties

+ 1 - 0
src/main/resources/application.properties

@@ -2,6 +2,7 @@ server.port=8090
 ##spring.resources.static-locations=classpath:/static/,file:/Users/luoshi/develop/project/ops-web/,file:/Users/luoshi/develop/data/
 
 com.qmth.api.http-trace=true
+com.qmth.api.global-auth=true
 
 com.qmth.auth.time-max-ahead=24h
 com.qmth.auth.time-max-delay=24h