This page (revision-5) was last changed on 29-Jul-2020 17:35 by Dieter Käppel

This page was created on 21-Nov-2018 11:01 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 29-Jul-2020 17:35 1 KB Dieter Käppel to previous
4 29-Jul-2020 17:33 1 KB Dieter Käppel to previous | to last
3 21-Nov-2018 11:30 1 KB Dieter Käppel to previous | to last
2 21-Nov-2018 11:30 1 KB Dieter Käppel to previous | to last
1 21-Nov-2018 11:01 683 bytes Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 19 added 14 lines
!!!Actuator
Mit dem folgenden application.properties kann man Endpoints freigeben:
{{{
management.endpoints.web.exposure.include=health,info,refresh
}}}
!!Refresh
Der actuator/refresh kann nur mittels eines POST-Request ausgeführt werden:
{{{
curl -X POST localhost/actuator/refresh -d {} -H "Content-Type: application/json"
}}}