https://github.com/mdecker-mobilecomputing/maven_springboot_sla
Spring Boot application to show allowed downtime for a given SLA value
https://github.com/mdecker-mobilecomputing/maven_springboot_sla
github-actions maven service-level-agreement spring-boot thymeleaf-template-engine
Last synced: 3 months ago
JSON representation
Spring Boot application to show allowed downtime for a given SLA value
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/maven_springboot_sla
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-01-13T11:52:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-18T15:07:23.000Z (about 1 year ago)
- Last Synced: 2025-06-18T15:45:50.783Z (about 1 year ago)
- Topics: github-actions, maven, service-level-agreement, spring-boot, thymeleaf-template-engine
- Language: Java
- Homepage:
- Size: 143 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Spring Boot und Thymeleaf: SLA-Rechner #
Dieses Repository enthält eine Spring-Boot-Applikation mit Maven.
Die fertige Applikation soll unter dem Pfad `/sla/` eine Seite anzeigen,
die für `` die maximale Ausfallzeit pro Jahr, Quartal und Tag ausgibt.
Beispiel-URL für SLA-Wert von 99,9 %: http://localhost:8080/sla/99.9

----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License).