Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdecker-mobilecomputing/maven_springboot_sla

Spring Boot application to show allowed downtime for SLA value; to be completec as exercise for Thymeleaf templates
https://github.com/mdecker-mobilecomputing/maven_springboot_sla

exercise github-actions maven service-level-agreement spring-boot thymeleaf-template-engine

Last synced: 10 days ago
JSON representation

Spring Boot application to show allowed downtime for SLA value; to be completec as exercise for Thymeleaf templates

Awesome Lists containing this project

README

        

# Spring Boot und Thymeleaf: SLA-Rechner #


Dieses Repository enthält eine noch unvollständige Spring-Boot-Applikation mit Maven
(die Applikation ist als Übungsaufgabe zu vervollständigen).

Die fertige Applikation soll unter dem Pfad `/sla/` eine Seite anzeigen,
die für `` die max Ausfallzeit pro Jahr, Quartal und Tag ausgibt.

Beispiel-URL für SLA-Wert von 99,9 %: http://localhost:8080/sla/99.9


![Screenshot](screenshot_1.png)


----

## License ##


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