https://github.com/mfvanek/pg-index-health-spring-boot-demo
Demo app for pg-index-health library (with Spring Boot)
https://github.com/mfvanek/pg-index-health-spring-boot-demo
gradle gradle-8 hacktoberfest java java-17 junit5 kotlin-dsl liquibase mutation-testing pitest postgres postgresql spring spring-boot spring-security testcontainers
Last synced: 3 months ago
JSON representation
Demo app for pg-index-health library (with Spring Boot)
- Host: GitHub
- URL: https://github.com/mfvanek/pg-index-health-spring-boot-demo
- Owner: mfvanek
- License: apache-2.0
- Archived: true
- Created: 2021-05-30T08:38:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-27T19:18:42.000Z (about 1 year ago)
- Last Synced: 2025-03-16T14:39:15.746Z (3 months ago)
- Topics: gradle, gradle-8, hacktoberfest, java, java-17, junit5, kotlin-dsl, liquibase, mutation-testing, pitest, postgres, postgresql, spring, spring-boot, spring-security, testcontainers
- Language: Java
- Homepage:
- Size: 585 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# pg-index-health-spring-boot-demo
---
### All codebase moved to the [main repository](https://github.com/mfvanek/pg-index-health-demo).
---
Demo app for [pg-index-health library](https://github.com/mfvanek/pg-index-health) (with Spring and Spring Boot).
See also [pg-index-health-test-starter](https://github.com/mfvanek/pg-index-health-test-starter) project.[](https://github.com/mfvanek/pg-index-health-spring-boot-demo/actions "Java CI")
[](https://github.com/mfvanek/pg-index-health-spring-boot-demo/blob/master/LICENSE "Apache License 2.0")
[](https://codecov.io/gh/mfvanek/pg-index-health-spring-boot-demo)[](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)[](https://dashboard.stryker-mutator.io/reports/github.com/mfvanek/pg-index-health-spring-boot-demo/master)
## Endpoints
Use `demouser/testpwd123` in order to access Actuator endpoints.### Swagger UI
http://localhost:8090/actuator/swagger-ui### Health
http://localhost:8090/actuator/health### Info
http://localhost:8090/actuator/info### Metrics
http://localhost:8090/actuator/prometheus### Liquibase
http://localhost:8090/actuator/liquibase## Requirements
Java 17+