File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
datasource :
10
10
type : com.alibaba.druid.pool.DruidDataSource
11
11
driver-class-name : com.mysql.jdbc.Driver
12
- url : jdbc:mysql://123.56.219.123 :3306/test?characterEncoding=UTF-8
12
+ url : jdbc:mysql://127.0.0.1 :3306/test?characterEncoding=UTF-8
13
13
username : root
14
- password : Zz971886506
14
+ password : root
15
15
hikari :
16
16
pool-name : HikariPool
17
17
minimum-idle : 5
@@ -48,16 +48,16 @@ spring:
48
48
data :
49
49
elasticsearch :
50
50
cluster-name : elasticsearch
51
- cluster-nodes : 123.56.219.123 :9200
51
+ cluster-nodes : 127.0.0.1 :9200
52
52
repositories :
53
53
enabled : true
54
54
elasticsearch :
55
55
rest :
56
- uris : 123.56.219.123 :9200
56
+ uris : 127.0.0.1 :9200
57
57
resources :
58
58
static-locations : classpath:/static/,classpath:/templates/
59
59
thymeleaf :
60
60
cache : false
61
61
mvc :
62
62
favicon :
63
- enabled : true
63
+ enabled : true
You can’t perform that action at this time.
0 commit comments