浏览代码

测试阶段关闭加解密

chengyao 3 年之前
父节点
当前提交
f841b29394
共有 1 个文件被更改,包括 1 次插入1 次删除
  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