配置文件修改

main
Tuzki 2 years ago
parent 8acff9aca9
commit 05be9f0e5d
  1. 10
      src/config/jdbc.properties
  2. 2
      src/config/website.properties
  3. 4
      test/test.iml

@ -6,8 +6,8 @@ driverClassName=com.mysql.cj.jdbc.Driver
#url=jdbc\:mysql\://192.168.0.7\:3306/hb_lycyjcpt_201013?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true&serverTimezone=GMT%2B8
#password=cjy12345
#url=jdbc\:mysql\://211.90.37.63\:33308/hb_lycyjcpt?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true
#password=cjy@#$123
#url=jdbc\:mysql\://211.90.37.63\:33301/hb_lycyjcpt?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true
#password=#@$3cJ?*=&981+--.$%^bnoZT12QfK
#url=jdbc\:mysql\://192.168.0.28\:3306/hb_lycyjcpt?useUnicode\=true&characterEncoding\=utf8&zeroDateTimeBehavior\=convertToNull&transformedBitIsBoolean\=true&serverTimezone=GMT%2B8
#password=111111
@ -15,7 +15,7 @@ driverClassName=com.mysql.cj.jdbc.Driver
# 读写分离
#url=jdbc:mysql://121.29.50.171:33301/hb_lycyjcpt?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
#password=#@$3cJ?*=&981+--.$%^bnoZT12QfK
url=jdbc:mysql://192.168.130.16:3306/hb_lycyjcpt?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8
url=jdbc:mysql://192.168.130.16:3306/hb_lycyjcpt?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&transformedBitIsBoolean=true&serverTimezone=GMT%2B8&useSSL=false
password=Cjy@1303
userName=root
@ -25,7 +25,7 @@ db.minimumConnectionCount=1
db.addnumConnectionCount=1
#Redis所在服务器
redis.ip=127.0.0.1
redis.ip=192.168.130.16
#redis.ip=192.168.2.1
redis.password=5578ac31278440dba14c22221b963394-c2814ceb07d04386b2bc4c16c2e5c63a
#redis.password=#..@Ch#uANg%=J--u!@^yu&&an^
@ -77,4 +77,4 @@ flowProjectUrl=http://192.171.28.4:8080/
ipWhiteList=10.242.254.231,10.242.254.195,121.28.252.1,121.28.255.231,121.28.255.233,121.28.255.245,121.28.255.230,10.242.254.135
#ipWhiteListByApi=211.90.37.63,211.90.37.64,211.90.37.65,211.90.37.66,211.90.37.68,211.90.37.70
ipWhiteListByApi=121.29.50.171,121.29.50.72,121.29.50.73,121.29.50.74,121.29.50.87,121.29.50.88,192.171.28.4,192.171.28.5,192.171.28.6,192.171.28.7,192.171.28.8,192.171.28.9,192.171.28.10,192.171.28.11,192.171.28.12,192.171.28.13,192.171.28.14,192.171.28.15,192.171.28.17,192.171.28.18,192.171.28.19
ipWhiteListByApi=121.29.50.171,121.29.50.72,121.29.50.73,121.29.50.74,121.29.50.87,121.29.50.88,192.171.28.4,192.171.28.5,192.171.28.6,192.171.28.7,192.171.28.8,192.171.28.9,192.171.28.10,192.171.28.11,192.171.28.12,192.171.28.13,192.171.28.14,192.171.28.15,192.171.28.17,192.171.28.18,192.171.28.19

@ -4,4 +4,4 @@ session.name=TOP-SESSION
#website.domain=cjy.com
website.domain=localhost
# spring-session redis 配置
session.redis.ip=192.171.28.9
session.redis.ip=192.168.130.16

@ -7,7 +7,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="lib" level="project" />
<orderEntry type="module" module-name="hb_cyjc" />
<orderEntry type="library" name="lib1" level="project" />
<orderEntry type="module" module-name="hb_cyjc_yd" />
</component>
</module>
Loading…
Cancel
Save