Compare commits

..

No commits in common. "74482bf77d805b9cdad91ce9c1ab8cb0f2180877" and "9b4f93b4bf67622bfb1dce28d28b1601d947cb35" have entirely different histories.

View File

@ -57,4 +57,12 @@ configs:
url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh url: jdbc:oracle:thin:@oracle.expertdwh.ru:1521:ewh
username: dwh username: dwh
password: ${DWH_PASSWORD} password: ${DWH_PASSWORD}
management:
endpoints:
web:
exposure:
include: '*'
jmx:
exposure:
include: '*'
audit.enabled: true audit.enabled: true