Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexanderlapygin/spring-boot-actuator
Spring Boot HelloWorld with actuator
https://github.com/alexanderlapygin/spring-boot-actuator
actuator helloworld java monitoring softspiders spring springboot ss starter template
Last synced: 13 days ago
JSON representation
Spring Boot HelloWorld with actuator
- Host: GitHub
- URL: https://github.com/alexanderlapygin/spring-boot-actuator
- Owner: AlexanderLapygin
- License: mit
- Created: 2023-05-14T11:12:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-14T12:47:44.000Z (over 1 year ago)
- Last Synced: 2024-10-11T22:21:57.069Z (about 1 month ago)
- Topics: actuator, helloworld, java, monitoring, softspiders, spring, springboot, ss, starter, template
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelloWorld on Spring Boot with actuator
## Feature tags
- actuator
- maven
- spring-boot
- starter
- swagger
- template---
## Direct ancestor
[- actuator](https://github.com/AlexanderLapygin/spring-boot-helloworld#readme)## Direct descendant
[+ prometheus](https://github.com/AlexanderLapygin/spring-boot-prometheus/tree/main#readme)---
## Author
[Alexander Lapygin](https://github.com/AlexanderLapygin) <>
---
## Requirements
[Maven](https://maven.apache.org/)
---
## Run
```sh
mvnw spring-boot:run
```# Check Swagger
Take a look at http://localhost:8080/swagger-ui.html.
# Check Actuator
Take a look at actuator endpoints at http://localhost:8080/actuator.
### License
Licensed under the [MIT license](./LICENSE)
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)