Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- 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 (10 months ago)
- Default Branch: master
- Last Pushed: 2024-05-19T09:15:11.000Z (6 months ago)
- Last Synced: 2024-05-19T10:27:04.333Z (6 months ago)
- Topics: exercise, github-actions, maven, service-level-agreement, spring-boot, thymeleaf-template-engine
- Language: Java
- Homepage:
- Size: 134 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 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).