Browse Source

:white_check_mark: 增加虚拟主机名,增加ssl配置

Twelve615 1 year ago
parent
commit
589200d7db

+ 1 - 1
airport-vue/.env.development

@@ -1,5 +1,5 @@
 NODE_ENV=development
-VUE_APP_API_BASE_URL=http://127.0.0.1:9999/
+VUE_APP_API_BASE_URL=http://127.0.0.1:9999/airport/
 VUE_APP_CAS_BASE_URL=http://cas.example.org:8443/cas
 VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
 

+ 2 - 2
airport-vue/.env.production

@@ -1,4 +1,4 @@
 NODE_ENV=production
-VUE_APP_API_BASE_URL=http://120.79.86.50:9999/
+VUE_APP_API_BASE_URL=https://wnzjszs.wzair.cn/airport/
 VUE_APP_CAS_BASE_URL=http://127.0.0.1:8888/cas
-VUE_APP_ONLINE_BASE_URL=http://fileview.jeecg.com/onlinePreview
+VUE_APP_ONLINE_BASE_URL=https://wnzjszs.wzair.cn/onlinePreview

+ 1 - 1
airport/jeecg-boot-module-system/src/main/java/org/jeecg/modules/api/imf/ImfMqListener.java

@@ -48,7 +48,7 @@ import java.util.Date;
  */
 @Profile("prod")
 @Slf4j
-@RabbitComponent(value = "ImfMqListener")
+//@RabbitComponent(value = "ImfMqListener")
 public class ImfMqListener extends BaseRabbiMqHandler<Object> {
 
     public ImfMqListener() {

+ 2 - 2
airport/jeecg-boot-module-system/src/main/resources/application-dev.yml

@@ -7,8 +7,8 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-#    context-path: /jeecg-boot
-    context-path:
+    context-path: /airport
+  #    context-path:
   compression:
     enabled: true
     min-response-size: 1024

+ 2 - 2
airport/jeecg-boot-module-system/src/main/resources/application-local.yml

@@ -7,8 +7,8 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-#    context-path: /jeecg-boot
-    context-path:
+    context-path: /airport
+  #    context-path:
   compression:
     enabled: true
     min-response-size: 1024

+ 10 - 3
airport/jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -7,12 +7,19 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-#    context-path: /jeecg-boot
-    context-path:
+    context-path: /airport
+#    context-path:
   compression:
     enabled: true
     min-response-size: 1024
     mime-types: application/javascript,application/json,application/xml,text/html,text/xml,text/plain,text/css,image/*
+  server:
+    ssl:
+      key-store: sslCrt.pfx
+      key-store-password: 0bvozmky
+      key-store-type: PKCS12
+      enabled: true
+      ciphers: TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_128_CBC_SHA256,TLS_RSA_WITH_AES_256_CBC_SHA256
 
 management:
   endpoints:
@@ -342,7 +349,7 @@ knife4j:
   #开启增强配置
   enable: true
   #开启生产环境屏蔽
-  production: false
+  production: true
   basic:
     enable: false
     username: jeecg

+ 2 - 1
airport/jeecg-boot-module-system/src/main/resources/application-test.yml

@@ -7,7 +7,8 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-    context-path: /jeecg-boot
+    context-path: /airport
+  #    context-path:
   compression:
     enabled: true
     min-response-size: 1024

BIN
airport/jeecg-boot-module-system/src/main/resources/sslCrt.pfx