shiyue 4 yıl önce
ebeveyn
işleme
2fcd56b768

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

@@ -1,5 +1,5 @@
 server:
-  port: 5852
+  port: 5858
   max-http-header-size: 10MB
 
 hystrix:

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

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

+ 1 - 1
src/main/resources/bootstrap.yml

@@ -2,7 +2,7 @@ spring:
   application:
     name: mrqc-sys
   profiles:
-    active: dev
+    active: pre
   main:
     allow-bean-definition-overriding: true