ソースを参照

修改开发&生产环境配置文件

peach 2 年 前
コミット
e6a04e853b

+ 0 - 2
guanshi-admin/src/main/resources/application-prod.yml

@@ -1,7 +1,5 @@
 # 生产环境配置
 server:
-  # 服务器的HTTP端口,默认为8090
-  port: 8090
     #ssl配置
     ssl:
       key-store: classpath:ggzypz.org.cn.pfx

+ 1 - 5
guanshi-admin/src/main/resources/application.yml

@@ -17,10 +17,6 @@ ruoyi:
 server:
   # 服务器的HTTP端口,默认为80
   port: 8090
-#  ssl:
-#    key-store: classpath:ggzypz.org.cn.pfx
-#    key-store-type: PKCS12
-#    key-store-password: 243GFY3m
   servlet:
     # 应用的访问路径
     context-path: /
@@ -119,7 +115,7 @@ spring:
     time-zone: GMT+8
     date-format: yyyy-MM-dd HH:mm:ss
   profiles:
-    active: dev
+    active: prod
   # 文件上传
   servlet:
      multipart: