Add chart, adjust html, logic and remove unused code

This commit is contained in:
Peter
2023-09-24 19:23:52 +02:00
parent 1eb1e1df76
commit 9862e5af25
27 changed files with 442 additions and 359 deletions

View File

@@ -24,6 +24,12 @@
<java.version>1.8</java.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>