Commit eb20785a authored by ysongq's avatar ysongq

commit pom文件

parent 80a3038d
...@@ -80,5 +80,11 @@ ...@@ -80,5 +80,11 @@
<version>RELEASE</version> <version>RELEASE</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.6</version>
</dependency>
</dependencies> </dependencies>
</project> </project>
\ No newline at end of file
...@@ -45,17 +45,18 @@ spring: ...@@ -45,17 +45,18 @@ spring:
public-key: rajZdV0xpCox+2vEHFLsKq2o2XVdMaQq public-key: rajZdV0xpCox+2vEHFLsKq2o2XVdMaQq
redis: redis:
#database: 0 #database: 0
#host: 119.23.13.83 host: 47.115.53.1
#port: 8007 port: 6379
#timeout: 5000 timeout: 5000
cluster: password: 123456
nodes: # cluster:
- 192.168.31.167:6379 # nodes:
- 192.168.31.167:6380 # - 192.168.31.167:6379
- 192.168.31.167:6381 # - 192.168.31.167:6380
- 192.168.31.167:6382 # - 192.168.31.167:6381
- 192.168.31.167:6383 # - 192.168.31.167:6382
- 192.168.31.167:6384 # - 192.168.31.167:6383
# - 192.168.31.167:6384
#使用redis管理session设置为redis,否则none #使用redis管理session设置为redis,否则none
session: session:
store-type: none store-type: none
......
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