浏览代码

:wrench: 生产环境配置

Twelve615 1 年之前
父节点
当前提交
81b7b48b55

+ 35 - 21
suyuan/jeecg-boot-module-system/src/main/resources/application-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 9999
   tomcat:
     max-swallow-size: -1
   error:
@@ -7,8 +7,8 @@ server:
     include-stacktrace: ALWAYS
     include-message: ALWAYS
   servlet:
-#    context-path: /jeecg-boot
     context-path:
+  #    context-path: /jeecg-boot
   compression:
     enabled: true
     min-response-size: 1024
@@ -23,8 +23,8 @@ management:
 spring:
   servlet:
     multipart:
-      max-file-size: 20MB
-      max-request-size: 20MB
+      max-file-size: 500MB
+      max-request-size: 500MB
   mail:
     host: smtp.163.com
     username: jeecgos@163.com
@@ -135,9 +135,9 @@ spring:
         connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
       datasource:
         master:
-          url: jdbc:mysql://127.0.0.1:3308/jlsb?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
-          username: root
-          password: 1805845723
+          url: jdbc:mysql://101.200.162.45:3306/suyuan?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
+          username: suyuan
+          password: epi8KhZxY66BwKDB
           driver-class-name: com.mysql.cj.jdbc.Driver
           # 多数据源配置
   #        multi-datasource1:
@@ -148,7 +148,7 @@ spring:
   #redis 配置
   redis:
     database: 0
-    host: 127.0.0.1
+    host: 101.200.162.45
     lettuce:
       pool:
         max-active: 8   #最大连接数据库连接数,设 -1 为没有限制
@@ -156,8 +156,20 @@ spring:
         max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
         min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
       shutdown-timeout: 100ms
-    password: '1805845723'
+    password: 'suyuan123'
     port: 6379
+#  redis:
+#    database: 0
+#    host: 127.0.0.1
+#    lettuce:
+#      pool:
+#        max-active: 8   #最大连接数据库连接数,设 -1 为没有限制
+#        max-idle: 8     #最大等待连接中的数量,设 0 为没有限制
+#        max-wait: -1ms  #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。
+#        min-idle: 0     #最小等待连接中的数量,设 0 为没有限制
+#      shutdown-timeout: 100ms
+#    password: '1805845723'
+#    port: 6379
 #mybatis plus 设置
 mybatis-plus:
   mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@@ -171,7 +183,7 @@ mybatis-plus:
       table-underline: true
   configuration:
     # 这个配置会将执行的sql打印出来,在开发或测试的时候可以用
-    #log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
     # 返回类型为Map,显示null对应的字段
     call-setters-on-nulls: true
 #jeecg专用配置
@@ -185,22 +197,24 @@ jeecg :
   # 签名密钥串(前后端要一致,正式发布请自行修改)
   signatureSecret: dd05f1c54d63749eda95f9fa6d49v442a
   # 本地:local\Minio:minio\阿里云:alioss
-  uploadType: alioss
+  uploadType: local
   path :
     #文件上传根目录 设置
-    #    upload: /opt/upFiles
-    upload: D:\\upFiles
+    #    upload: /usr/java/AJeecgBootFiles
+    #    upload: D:\\AJeecgBootFiles
+    upload: C:\\AJeecgBootFiles
     #webapp文件路径
-    #    webapp: /opt/webapp
-    webapp: D:\\upFiles
+    #    webapp: /usr/java/AJeecgBootFiles
+    #    webapp: D:\\AJeecgBootFiles
+    webapp: C:\\AJeecgBootFiles
   shiro:
     excludeUrls: /test/jeecgDemo/demo3,/test/jeecgDemo/redisDemo/**,/category/**,/visual/**,/map/**,/jmreport/bigscreen2/**
   #阿里云oss存储和大鱼短信秘钥配置
   oss:
-    accessKey: LTAI5tQHourWPBSmNbSYjBQN
-    secretKey: QyaHlvTXEwAQ7cJlHi4dGLrnzLpFoz
-    endpoint:  oss-cn-hangzhou.aliyuncs.com
-    bucketName: chuangchin
+  #    accessKey:
+  #    secretKey:
+  #    endpoint:
+  #    bucketName:
   # ElasticSearch 6设置
   elasticsearch:
     cluster-name: jeecg-ES
@@ -257,7 +271,7 @@ jeecg :
   #分布式锁配置
   redisson:
     address: 127.0.0.1:6379
-    password:
+    password: '1805845723'
     type: STANDALONE
     enabled: true
 #cas单点登录
@@ -324,4 +338,4 @@ third-app:
       client-id: ??
       # appSecret
       client-secret: ??
-      agent-id: ??
+      agent-id: ??

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

@@ -1,5 +1,5 @@
 server:
-  port: 8080
+  port: 9999
   tomcat:
     max-swallow-size: -1
   error:
@@ -317,4 +317,4 @@ third-app:
       client-id: ??
       # appSecret
       client-secret: ??
-      agent-id: ??
+      agent-id: ??