shiyue 4 年之前
父節點
當前提交
2fcd56b768
共有 3 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/main/resources/application-dev.yml
  2. 1 1
      src/main/resources/application-pre.yml
  3. 1 1
      src/main/resources/bootstrap.yml

+ 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