|
@@ -19,7 +19,6 @@ spring.jackson.date-format=yyyy-MM-dd HH:mm:ss
|
|
|
spring.jackson.time-zone=GMT+8
|
|
|
|
|
|
#日志配置
|
|
|
-logging.level.com.hb.xframework=DEBUG
|
|
|
#业务日志配置
|
|
|
spring.syslog.aspect.active=true
|
|
|
|
|
@@ -36,3 +35,6 @@ cache.token.expire=120
|
|
|
|
|
|
#token 在请求header中的name,默认为token
|
|
|
token.header.name=token
|
|
|
+
|
|
|
+#api调用权限控制filter配置
|
|
|
+api.filter.exclude=login/check,login/update
|