Browse Source

解密数据库

zhoutg 5 years ago
parent
commit
ff72def9d1

+ 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