浏览代码

解密数据库

zhoutg 5 年之前
父节点
当前提交
ff72def9d1
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/main/resources/application-dev.yml
  2. 1 1
      src/main/resources/application-local.yml

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

@@ -155,7 +155,7 @@ oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
 encrypt:
-  enable: false
+  enable: true
 
 swagger:
   enable: true

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

@@ -155,7 +155,7 @@ oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
 encrypt:
-  enable: false
+  enable: true
 
 swagger:
   enable: true