Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 20 days 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
- Created: 2021-05-30T08:38:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T12:13:47.000Z (8 months ago)
- Last Synced: 2024-04-04T11:08:40.053Z (8 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: 549 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
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.[![Java CI](https://github.com/mfvanek/pg-index-health-spring-boot-demo/workflows/Java%20CI/badge.svg)](https://github.com/mfvanek/pg-index-health-spring-boot-demo/actions "Java CI")
[![License: Apache 2.0](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/mfvanek/pg-index-health-spring-boot-demo/blob/master/LICENSE "Apache License 2.0")
[![codecov](https://codecov.io/gh/mfvanek/pg-index-health-spring-boot-demo/branch/master/graph/badge.svg?token=NEFMS9CA2N)](https://codecov.io/gh/mfvanek/pg-index-health-spring-boot-demo)[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=mfvanek_pg-index-health-spring-boot-demo&metric=bugs)](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=mfvanek_pg-index-health-spring-boot-demo&metric=vulnerabilities)](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=mfvanek_pg-index-health-spring-boot-demo&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=mfvanek_pg-index-health-spring-boot-demo&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mfvanek_pg-index-health-spring-boot-demo&metric=coverage)](https://sonarcloud.io/summary/new_code?id=mfvanek_pg-index-health-spring-boot-demo)[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fmfvanek%2Fpg-index-health-spring-boot-demo%2Fmaster)](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+