Commit e0d5f18b authored by jichao's avatar jichao

更改redis,mysql配置文件

parent 8fbd226e
......@@ -321,7 +321,7 @@
<build>
<finalName>projectArtifacture</finalName>
<finalName>zhny</finalName>
<resources>
<resource>
<directory>src/main/resources</directory>
......
......@@ -11,9 +11,9 @@ server:
# org.springframework.web: DEBUG
druid:
url: jdbc:mysql://103.249.252.109:13328/zhny?useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
url: jdbc:mysql://192.168.1.118:3306/zhny?useUnicode=true&characterEncoding=UTF-8&useSSL=false&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true
username: root
password: 123456
password: root
initial-size: 1
min-idle: 1
max-active: 20
......@@ -57,8 +57,8 @@ spring:
suffix: .ftl
template-loader-path: classpath:/templates/
redis:
host: 103.249.252.109
port: 7484
host: 192.168.1.118
port: 6379
pool:
max-idle: 50
max-active: 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment