Browse Source

部署测试环境、生产环境,修改对应的数据库、redis、文件路径信息

guoyuanquan@mail.taiji.com.cn 8 months ago
parent
commit
155fac28a5

+ 3 - 3
cn.com.taiji.myapp/src/main/resources/application-local.properties

@@ -1,4 +1,4 @@
-server.port=8890
+server.port=8273
 #spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
 #spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
 #spring.datasource.username=cgw
 #spring.datasource.username=cgw
 #spring.datasource.password=Cgw!1@2#3$4
 #spring.datasource.password=Cgw!1@2#3$4
@@ -6,14 +6,14 @@ server.port=8890
 #spring.datasource.username=root
 #spring.datasource.username=root
 #spring.datasource.password=umisoft.cn
 #spring.datasource.password=umisoft.cn
 #spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
 #spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
-spring.datasource.url=jdbc:opengauss://172.2.1.36:5432/mlxt?currentSchema=mlxt&stringtype=unspecified
+spring.datasource.url=jdbc:opengauss://200.1.70.46:5432/mlxt_test?currentSchema=mlxt&stringtype=unspecified
 spring.datasource.username=tj
 spring.datasource.username=tj
 spring.datasource.password=Taiji@123
 spring.datasource.password=Taiji@123
 spring.datasource.driverClassName=org.opengauss.Driver
 spring.datasource.driverClassName=org.opengauss.Driver
 #spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
 #spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
 #spring.datasource2.username=cgw
 #spring.datasource2.username=cgw
 #spring.datasource2.password=Cgw!1@2#3$4
 #spring.datasource2.password=Cgw!1@2#3$4
-spring.datasource2.url=jdbc:opengauss://172.2.1.36:5432/mlxt?currentSchema=mlxt&stringtype=unspecified
+spring.datasource2.url=jdbc:opengauss://200.1.70.46:5432/mlxt_test?currentSchema=mlxt&stringtype=unspecified
 spring.datasource2.username=tj
 spring.datasource2.username=tj
 spring.datasource2.password=Taiji@123
 spring.datasource2.password=Taiji@123
 spring.datasource2.driverClassName=org.opengauss.Driver
 spring.datasource2.driverClassName=org.opengauss.Driver

+ 16 - 16
cn.com.taiji.myapp/src/main/resources/application-prod.properties

@@ -1,12 +1,12 @@
-server.port=8081
-spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource.username=cgw
-spring.datasource.password=Cgw!1@2#3$4
-spring.datasource.driverClassName=com.mysql.cj.jdbc.Driver
-spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource2.username=cgw
-spring.datasource2.password=Cgw!1@2#3$4
-spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
+server.port=8273
+spring.datasource.url=jdbc:opengauss://200.1.70.46:5432/mlxt?currentSchema=mlxt&stringtype=unspecified
+spring.datasource.username=tj
+spring.datasource.password=Taiji@123
+spring.datasource.driverClassName=org.opengauss.Driver
+spring.datasource2.url=jdbc:opengauss://200.1.70.46:5432/mlxt?currentSchema=mlxt&stringtype=unspecified
+spring.datasource2.username=tj
+spring.datasource2.password=Taiji@123
+spring.datasource2.driverClassName=org.opengauss.Driver
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.minIdle=5
 spring.datasource.minIdle=5
 spring.datasource.maxActive=50
 spring.datasource.maxActive=50
@@ -25,7 +25,7 @@ spring.datasource.removeAbandoned=true
 spring.datasource.removeAbandonedTimeout=1000
 spring.datasource.removeAbandonedTimeout=1000
 # database name
 # database name
 spring.redis.database=0
 spring.redis.database=0
-spring.redis.host=200.1.54.238
+spring.redis.host=127.0.0.1
 spring.redis.password=Cgw!1#3%5
 spring.redis.password=Cgw!1#3%5
 spring.redis.port=16379
 spring.redis.port=16379
 # pool settings ...
 # pool settings ...
@@ -34,12 +34,12 @@ spring.redis.pool.min-idle=0
 spring.redis.pool.max-active=8
 spring.redis.pool.max-active=8
 spring.redis.pool.max-wait=-1
 spring.redis.pool.max-wait=-1
 spring.redis.timeout=120
 spring.redis.timeout=120
-gxxy_file_path=/data/cgwresdir/mlxtfile/gxxy
-dcbcUploadfile=/data/cgwresdir/dbdcFile/dcfile
-baUploadfile=/data/cgwresdir/dbdcFile/dcbafile
-ckeditor.storage.image.path=/data/cgwresdir/data/file/image/
+gxxy_file_path=/home/tjyj_admin/cgwresdir/mlxtfile/gxxy
+dcbcUploadfile=/home/tjyj_admin/cgwresdir/dbdcFile/dcfile
+baUploadfile=/home/tjyj_admin/cgwresdir/dbdcFile/dcbafile
+ckeditor.storage.image.path=/home/tjyj_admin/cgwresdir/data/file/image/
 ckeditor.access.image.url=http://localhost:8180/
 ckeditor.access.image.url=http://localhost:8180/
 ckeditor.access.image.url2=http://localhost:8180/public/image/
 ckeditor.access.image.url2=http://localhost:8180/public/image/
 # uploadpath  baocunlujing
 # uploadpath  baocunlujing
-save_path=/data/cgwresdir/lyz/file
-breakpoint.upload.dir=/data/cgwresdir/loginfo/bigfile/uploads/
+save_path=/home/tjyj_admin/cgwresdir/lyz/file
+breakpoint.upload.dir=/home/tjyj_admin/cgwresdir/loginfo/bigfile/uploads/

+ 2 - 2
cn.com.taiji.myapp/src/main/resources/application.properties

@@ -1,4 +1,4 @@
-spring.profiles.active=local
+spring.profiles.active=prod
 database_type=mysql
 database_type=mysql
 spring.thymeleaf.cache=false
 spring.thymeleaf.cache=false
 multipart.maxFileSize=10240404
 multipart.maxFileSize=10240404
@@ -27,7 +27,7 @@ spring.mail.properties.mail.smtp.starttls.required=true
 spring.freemarker.template-loader-path=classpath:/templates/
 spring.freemarker.template-loader-path=classpath:/templates/
 # database name
 # database name
 spring.redis.database=0
 spring.redis.database=0
-spring.redis.host=200.1.54.238
+spring.redis.host=127.0.0.1
 spring.redis.password=Cgw!1#3%5
 spring.redis.password=Cgw!1#3%5
 spring.redis.port=16379
 spring.redis.port=16379
 # pool settings ...
 # pool settings ...

+ 4 - 4
cn.com.taiji.myapp/src/main/resources/logback.xml

@@ -3,11 +3,11 @@
     <include resource="org/springframework/boot/logging/logback/base.xml" />
     <include resource="org/springframework/boot/logging/logback/base.xml" />
     <logger name="cn.com.taiji" level="DEBUG" />
     <logger name="cn.com.taiji" level="DEBUG" />
     <appender name="INFO_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
     <appender name="INFO_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <File>/data/project/logs/info.log</File>
+        <File>/home/tjyj_admin/logs/info.log</File>
         <filter class="cn.com.taiji.websoket.LogFilter">
         <filter class="cn.com.taiji.websoket.LogFilter">
    		 </filter>
    		 </filter>
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>/data/project/logs/info-%d{yyyyMMdd}.log.%i
+            <fileNamePattern>/home/tjyj_admin/logs/info-%d{yyyyMMdd}.log.%i
             </fileNamePattern>
             </fileNamePattern>
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
                 <maxFileSize>500MB</maxFileSize>
                 <maxFileSize>500MB</maxFileSize>
@@ -23,9 +23,9 @@
         <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
         <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
             <level>ERROR</level>
             <level>ERROR</level>
         </filter>
         </filter>
-        <File>/data/project/logs/error.log</File>
+        <File>/home/tjyj_admin/logs/error.log</File>
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>/data/project/logs/error-%d{yyyyMMdd}.log.%i
+            <fileNamePattern>/home/tjyj_admin/logs/error-%d{yyyyMMdd}.log.%i
             </fileNamePattern>
             </fileNamePattern>
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
                 <maxFileSize>500MB</maxFileSize>
                 <maxFileSize>500MB</maxFileSize>