monitor-page

This commit is contained in:
Tour
2025-12-05 07:06:34 +01:00
parent 04df491d64
commit 6325d07909
17 changed files with 1117 additions and 51 deletions

9
.mvn.bak/extensions.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<!-- Override Maven's internal Guice with a Java 25 compatible version -->
<extension>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>7.0.0</version>
</extension>
</extensions>