Changes between Version 43 and Version 44 of CloudNativeRenew
- Timestamp:
- Mar 29, 2021, 8:52:54 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CloudNativeRenew
v43 v44 133 133 === Connecting an external admin interface === #admin 134 134 The metric endpoints can be consumed by an external interface tool, such as [https://github.com/codecentric/spring-boot-admin Spring Boot Admin by codecentric].\\ 135 To set this up, you can download our sample setup of Spring Boot Admin here.135 To set this up, you can download our sample setup of Spring Boot Admin [https://paose.informatik.uni-hamburg.de/paose/raw-attachment/wiki/CloudNativeRenew/CloudNativeRenew_SpringBootAdmin.zip here]. 136 136 137 137 Extract the archive and open a command shell in the extracted folder. Run:\\ 138 `chmod +x gradlew` (Only on UNIX based systems)\\ 138 139 `./gradlew bootRun` (or `.\gradlew bootRun` on Windows CMD)\\ 139 140 Upon successful startup the Gradle task will show "80%" completion, as it assumes the run to be complete once the application exits again.