Przeglądaj źródła

修改配置文件

larry 5 lat temu
rodzic
commit
fbbe14f150
2 zmienionych plików z 8 dodań i 2 usunięć
  1. 6 0
      README.md
  2. 2 2
      src/main/resources/application.properties

+ 6 - 0
README.md

@@ -1,4 +1,10 @@
1
+<<<<<<< HEAD
1
 ## depot-web-yunnan
2
 ## depot-web-yunnan
2
 
3
 
3
 云南项目
4
 云南项目
4
 
5
 
6
+=======
7
+# depot-web-yunnan
8
+
9
+云南项目--初始化web前端
10
+>>>>>>> ad0adf2cee271cbf9f6d2aaba351644305c3b5bd

+ 2 - 2
src/main/resources/application.properties

@@ -20,11 +20,11 @@ spring.application.name=depot-web
20
 #eureka.client.fetch-registry=false
20
 #eureka.client.fetch-registry=false
21
 
21
 
22
 # Redis数据库索引(默认为0)
22
 # Redis数据库索引(默认为0)
23
-spring.redis.database=0
23
+spring.redis.database=1
24
 # Redis服务器地址
24
 # Redis服务器地址
25
 spring.redis.host=172.16.0.46
25
 spring.redis.host=172.16.0.46
26
 # Redis服务器连接端口
26
 # Redis服务器连接端口
27
-spring.redis.port=6379
27
+spring.redis.port=6679
28
 # Redis服务器连接密码(默认为空)
28
 # Redis服务器连接密码(默认为空)
29
 spring.redis.password=123456
29
 spring.redis.password=123456
30
 # 连接池最大连接数(使用负值表示没有限制)
30
 # 连接池最大连接数(使用负值表示没有限制)