Browse Source

配置文件调整

胡杰 1 year ago
parent
commit
96948930e6

+ 10 - 9
cn.com.taiji.myapp/src/main/resources/application-localprod.properties

@@ -1,8 +1,9 @@
-spring.datasource.url=jdbc:mysql://200.1.54.238:8801/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+server.port=8081
+spring.datasource.url=jdbc:mysql://200.1.54.238:8801/test_tjcgw_zyml?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.url=jdbc:mysql://200.1.54.238:8801/test_tjcgw_zyml?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
@@ -23,7 +24,7 @@ spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowS
 spring.datasource.removeAbandoned=true
 spring.datasource.removeAbandonedTimeout=1000
 # database name
-spring.redis.database=0
+spring.redis.database=2
 spring.redis.host=200.1.54.238
 spring.redis.password=Cgw!1#3%5
 spring.redis.port=16379
@@ -33,12 +34,12 @@ 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=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/gxxy
-dcbcUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/dcfile
-baUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/dcbafile
-ckeditor.storage.image.path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/image/
+gxxy_file_path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+dcbcUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+baUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+ckeditor.storage.image.path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
 ckeditor.access.image.url=http://localhost:8180/
 ckeditor.access.image.url2=http://localhost:8180/public/image/
 # uploadpath  baocunlujing
-save_path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/file
-breakpoint.upload.dir=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target/uploads/
+save_path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+breakpoint.upload.dir=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target

+ 17 - 25
cn.com.taiji.myapp/src/main/resources/application-dev.properties

@@ -1,16 +1,11 @@
-#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.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource.username=root
-spring.datasource.password=umisoft.cn
+server.port=8801
+spring.datasource.url=jdbc:mysql://200.1.54.238:8801/test_tjcgw_zyml?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.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
-spring.datasource2.username=root
-spring.datasource2.password=umisoft.cn
+spring.datasource2.url=jdbc:mysql://200.1.54.238:8801/test_tjcgw_zyml?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
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.minIdle=5
@@ -29,25 +24,22 @@ spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowS
 spring.datasource.removeAbandoned=true
 spring.datasource.removeAbandonedTimeout=1000
 # database name
-spring.redis.database=0
-#spring.redis.host=200.1.54.238
-#spring.redis.password=Cgw!1#3%5
-#spring.redis.port=16379
-spring.redis.host=127.0.0.1
-spring.redis.password=umisoft.cn
-spring.redis.port=9004
+spring.redis.database=1
+spring.redis.host=200.1.54.238
+spring.redis.password=Cgw!1#3%5
+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=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
-dcbcUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
-baUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
-ckeditor.storage.image.path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+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/
 # uploadpath  baocunlujing
-save_path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
-breakpoint.upload.dir=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+save_path=/data/cgwresdir/lyz/file
+breakpoint.upload.dir=/data/cgwresdir/loginfo/bigfile/uploads/

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

@@ -0,0 +1,54 @@
+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.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+spring.datasource.username=root
+spring.datasource.password=umisoft.cn
+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.url=jdbc:mysql://127.0.0.1:9088/tjcgwzyml?useUnicode=true&characterEncoding=utf-8&useSSL=false&allowPublicKeyRetrieval=true
+spring.datasource2.username=root
+spring.datasource2.password=umisoft.cn
+spring.datasource2.driverClassName=com.mysql.cj.jdbc.Driver
+spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
+spring.datasource.minIdle=5
+spring.datasource.maxActive=50
+spring.datasource.maxWait=60000
+spring.datasource.timeBetweenEvictionRunsMillis=60000
+spring.datasource.minEvictableIdleTimeMillis=300000
+spring.datasource.validationQuery=SELECT 1 FROM DUAL
+spring.datasource.testWhileIdle=true
+spring.datasource.testOnBorrow=false
+spring.datasource.testOnReturn=false
+spring.datasource.poolPreparedStatements=true
+spring.datasource.maxOpenPreparedStatements=100
+spring.datasource.filters=stat,wall,log4j
+spring.datasource.connectionProperties=druid.stat.mergeSql=true;druid.stat.slowSqlMillis=5000
+spring.datasource.removeAbandoned=true
+spring.datasource.removeAbandonedTimeout=1000
+# database name
+spring.redis.database=0
+#spring.redis.host=200.1.54.238
+#spring.redis.password=Cgw!1#3%5
+#spring.redis.port=16379
+spring.redis.host=127.0.0.1
+spring.redis.password=umisoft.cn
+spring.redis.port=9004
+# 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=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+dcbcUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+baUploadfile=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+ckeditor.storage.image.path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+ckeditor.access.image.url=http://localhost:8180/
+ckeditor.access.image.url2=http://localhost:8180/public/image/
+# uploadpath  baocunlujing
+save_path=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target
+breakpoint.upload.dir=/Users/hujie/Documents/dev/git-repo/taiji/tianjin-cgw/zyml/cn.com.taiji.myapp/target

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

@@ -1,3 +1,4 @@
+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

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

@@ -37,7 +37,6 @@ spring.redis.pool.max-active=8
 spring.redis.pool.max-wait=-1
 spring.redis.timeout=120
 
-server.port=8081
 server.session.cookie.http-only=true
 ywbmdm=ywbmdm
 sddm=shudidaima