Commit e0d5f18b authored by jichao's avatar jichao

更改redis,mysql配置文件

parent 8fbd226e
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
<build> <build>
<finalName>projectArtifacture</finalName> <finalName>zhny</finalName>
<resources> <resources>
<resource> <resource>
<directory>src/main/resources</directory> <directory>src/main/resources</directory>
......
...@@ -11,9 +11,9 @@ server: ...@@ -11,9 +11,9 @@ server:
# org.springframework.web: DEBUG # org.springframework.web: DEBUG
druid: 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 username: root
password: 123456 password: root
initial-size: 1 initial-size: 1
min-idle: 1 min-idle: 1
max-active: 20 max-active: 20
...@@ -57,8 +57,8 @@ spring: ...@@ -57,8 +57,8 @@ spring:
suffix: .ftl suffix: .ftl
template-loader-path: classpath:/templates/ template-loader-path: classpath:/templates/
redis: redis:
host: 103.249.252.109 host: 192.168.1.118
port: 7484 port: 6379
pool: pool:
max-idle: 50 max-idle: 50
max-active: 1000 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