Skip to content

Commit

Permalink
facility-, processor-mgr: added endpoints "health,info" for test app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 26, 2024
1 parent 8633ddf commit b78d1f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions facility-mgr/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spring:
username: any
password: any
packagesToScan: de.dlr.proseo.model
management:
endpoints.web.exposure.include: "health,info"
logging:
level:
root: INFO
Expand Down
2 changes: 2 additions & 0 deletions processor-mgr/src/test/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ spring:
driverClassName: org.h2.Driver
username: any
password: any
management:
endpoints.web.exposure.include: "health,info"
logging:
level:
root: INFO
Expand Down

0 comments on commit b78d1f3

Please sign in to comment.