Sfoglia il codice sorgente

修改配置文件

larry 5 anni fa
parent
commit
fbbe14f150
2 ha cambiato i file con 8 aggiunte e 2 eliminazioni
  1. 6 0
      README.md
  2. 2 2
      src/main/resources/application.properties

+ 6 - 0
README.md

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