maowei 1 year ago
parent
commit
7f19f39374

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

@@ -1,11 +1,11 @@
 database_type=mysql
 spring.thymeleaf.cache=false
-#spring.datasource.url=jdbc:mysql://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
-spring.datasource.url=jdbc:mysql://localhost:3306/cgw?useUnicode=true&characterEncoding=utf-8&useSSL=false
+#spring.datasource.url=jdb/data/cgwresdirmysql://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
+spring.datasource.url=jdb/data/cgwresdirmysql://200.1.54.238:13306/cgw?useUnicode=true&characterEncoding=utf-8&useSSL=false
 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://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
+#spring.datasource2.url=jdb/data/cgwresdirmysql://192.168.4.238:3308/mlxt?useUnicode=true&characterEncoding=utf-8&useSSL=false
 #spring.datasource2.username=root
 #spring.datasource2.password=123456
 #spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
@@ -60,21 +60,21 @@ spring.datasource.removeAbandonedTimeout=1000
 # database name
 spring.redis.database=0
 # server host1
-spring.redis.host=127.0.0.1
+spring.redis.host=200.1.54.238
 # server password
-spring.redis.password=
+spring.redis.password=Cgw!1@2#3$4
 #connection port
-spring.redis.port=6379
+spring.redis.port=16379
 # pool settings ...
 spring.redis.pool.max-idle=8
 spring.redis.pool.min-idle=0
 spring.redis.pool.max-active=8
 spring.redis.pool.max-wait=-1
 spring.redis.timeout=120
-gxxy_file_path=C:/mlxtfile/gxxy
-dcbcUploadfile=C:/dbdcFile/dcfile
-baUploadfile=C:/dbdcFile/dcbafile
-ckeditor.storage.image.path=C:/data/file/image/
+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/
 ckeditor.access.image.url=http://localhost:8180/
 ckeditor.access.image.url2=http://localhost:8180/public/image/
 server.port=8180
@@ -82,7 +82,7 @@ server.session.cookie.http-only=true
 ywbmdm=ywbmdm
 sddm=shudidaima
 # uploadpath  baocunlujing
-save_path=C:/lyz/file
+save_path=/data/cgwresdir/lyz/file
 #maxfize  500M  shangchuanzuidazhi 
 maxfize=524288000
 #flash 10240404
@@ -155,6 +155,6 @@ indicators.gjshValue=6
 #spring.jpa.hibernate.ddl-auto=update
 viewrole=
 aksk=gxwzgxwz
-#breakpoint.upload.dir=C:/bigfile/uploads/
-breakpoint.upload.dir=/loginfo/bigfile/uploads/
+#breakpoint.upload.dir=/data/cgwresdir/bigfile/uploads/
+breakpoint.upload.dir=/data/cgwresdir/loginfo/bigfile/uploads/
 breakpoint.upload.chunkSize=5242880

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

@@ -3,11 +3,11 @@
     <include resource="org/springframework/boot/logging/logback/base.xml" />
     <logger name="cn.com.taiji" level="DEBUG" />
     <appender name="INFO_FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
-        <File>/loginfo/dbdc/info.log</File>
+        <File>/data/cgwresdir/loginfo/dbdc/info.log</File>
         <filter class="cn.com.taiji.websoket.LogFilter">
    		 </filter>
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>/loginfo/dbdc/info-%d{yyyyMMdd}.log.%i
+            <fileNamePattern>/data/cgwresdir/loginfo/dbdc/info-%d{yyyyMMdd}.log.%i
             </fileNamePattern>
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
                 <maxFileSize>500MB</maxFileSize>
@@ -23,9 +23,9 @@
         <filter class="ch.qos.logback.classic.filter.ThresholdFilter">
             <level>ERROR</level>
         </filter>
-        <File>/loginfo/dbdc/error.log</File>
+        <File>/data/cgwresdir/loginfo/dbdc/error.log</File>
         <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            <fileNamePattern>/loginfo/dbdc/error-%d{yyyyMMdd}.log.%i
+            <fileNamePattern>/data/cgwresdir/loginfo/dbdc/error-%d{yyyyMMdd}.log.%i
             </fileNamePattern>
             <timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
                 <maxFileSize>500MB</maxFileSize>
@@ -33,9 +33,7 @@
             <maxHistory>2</maxHistory>
         </rollingPolicy>
         <layout class="ch.qos.logback.classic.PatternLayout">
-            <Pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} -%msg%n
-
-            </Pattern>
+            <Pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} -%msg%n</Pattern>
         </layout>
     </appender>
     <!--异步输出-->