Browse Source

测试阶段关闭加解密

chengyao 3 years ago
parent
commit
f841b29394
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-test.yml

+ 1 - 1
src/main/resources/application-test.yml

@@ -164,7 +164,7 @@ oath.self.address: http://${myhost}:${server.port}
 
 # 加解密开关
 encrypt:
-  enable: true
+  enable: false
 
 swagger:
   enable: true