Skip to content

Commit 7825708

Browse files
authored
Update application.yml
1 parent 6864e27 commit 7825708

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/application.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ spring:
99
datasource:
1010
type: com.alibaba.druid.pool.DruidDataSource
1111
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
1313
username: root
14-
password: Zz971886506
14+
password: root
1515
hikari:
1616
pool-name: HikariPool
1717
minimum-idle: 5
@@ -48,16 +48,16 @@ spring:
4848
data:
4949
elasticsearch:
5050
cluster-name: elasticsearch
51-
cluster-nodes: 123.56.219.123:9200
51+
cluster-nodes: 127.0.0.1:9200
5252
repositories:
5353
enabled: true
5454
elasticsearch:
5555
rest:
56-
uris: 123.56.219.123:9200
56+
uris: 127.0.0.1:9200
5757
resources:
5858
static-locations: classpath:/static/,classpath:/templates/
5959
thymeleaf:
6060
cache: false
6161
mvc:
6262
favicon:
63-
enabled: true
63+
enabled: true

0 commit comments

Comments
 (0)