Ver código fonte

加解密开关

zhoutg 5 anos atrás
pai
commit
3e8899e947

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

@@ -154,6 +154,7 @@ myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
+# 加解密开关
 encrypt:
   enable: true
 

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

@@ -154,6 +154,7 @@ myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
+# 加解密开关
 encrypt:
   enable: true
 

+ 2 - 1
src/main/resources/application-pre.yml

@@ -154,8 +154,9 @@ myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
+# 加解密开关
 encrypt:
-  enable: false
+  enable: true
 
 swagger:
   enable: true

+ 2 - 1
src/main/resources/application-pro.yml

@@ -154,8 +154,9 @@ myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
+# 加解密开关
 encrypt:
-  enable: false
+  enable: true
 
 swagger:
   enable: true

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

@@ -154,8 +154,9 @@ myhost: localhost
 oath.self.address: http://${myhost}:${server.port}
 qc.address: http://192.168.2.232:6009
 
+# 加解密开关
 encrypt:
-  enable: false
+  enable: true
 
 swagger:
   enable: true