Skip to content

Commit

Permalink
fix: errors and deprecations in application.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
joshiste committed Dec 13, 2024
1 parent 5612277 commit 60d55a1
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 12 deletions.
11 changes: 6 additions & 5 deletions bestseller-fashion/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
server:
port: 8082

spring:
application:
name: fashion-bestseller
datasource:
platform: hsqldb
spring:
application:
name: fashion-bestseller
jmx:
enabled: true
sql:
init:
platform: hsqldb

management:
metrics:
Expand Down
6 changes: 3 additions & 3 deletions bestseller-toys/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ server:
spring:
application:
name: toys-bestseller
datasource:
datasource:
platform: hsqldb
jmx:
enabled: true
sql:
init:
platform: hsqldb

management:
metrics:
Expand Down
5 changes: 3 additions & 2 deletions checkout/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ server:
spring:
application:
name: checkout
datasource:
platform: hsqldb
jmx:
enabled: true
activemq:
broker-url: "tcp://localhost:61616"
jpa:
properties:
"hibernate.jdbc.log.warnings": "false"
sql:
init:
platform: hsqldb

management:
metrics:
Expand Down
5 changes: 3 additions & 2 deletions hot-deals/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ server:
spring:
application:
name: hot-deals
datasource:
platform: hsqldb
jmx:
enabled: true
sql:
init:
platform: hsqldb

management:
metrics:
Expand Down

0 comments on commit 60d55a1

Please sign in to comment.