Skip to content

Commit 60d55a1

Browse files
committed
fix: errors and deprecations in application.yml
1 parent 5612277 commit 60d55a1

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

bestseller-fashion/src/main/resources/application.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
server:
22
port: 8082
33

4-
spring:
5-
application:
6-
name: fashion-bestseller
7-
datasource:
8-
platform: hsqldb
4+
spring:
5+
application:
6+
name: fashion-bestseller
97
jmx:
108
enabled: true
9+
sql:
10+
init:
11+
platform: hsqldb
1112

1213
management:
1314
metrics:

bestseller-toys/src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ server:
44
spring:
55
application:
66
name: toys-bestseller
7-
datasource:
8-
datasource:
9-
platform: hsqldb
107
jmx:
118
enabled: true
9+
sql:
10+
init:
11+
platform: hsqldb
1212

1313
management:
1414
metrics:

checkout/src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,16 @@ server:
44
spring:
55
application:
66
name: checkout
7-
datasource:
8-
platform: hsqldb
97
jmx:
108
enabled: true
119
activemq:
1210
broker-url: "tcp://localhost:61616"
1311
jpa:
1412
properties:
1513
"hibernate.jdbc.log.warnings": "false"
14+
sql:
15+
init:
16+
platform: hsqldb
1617

1718
management:
1819
metrics:

hot-deals/src/main/resources/application.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ server:
44
spring:
55
application:
66
name: hot-deals
7-
datasource:
8-
platform: hsqldb
97
jmx:
108
enabled: true
9+
sql:
10+
init:
11+
platform: hsqldb
1112

1213
management:
1314
metrics:

0 commit comments

Comments
 (0)