Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 16 hours ago
JSON representation

Spring Boot HelloWorld with actuator

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)