Sistemato README

This commit is contained in:
Gaetano Savo 2025-09-08 15:42:59 +02:00
parent 471ed1e327
commit b31b5cc66f
2 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Sistema completo di gestione e monitoraggio job Spring Batch con interfacce web
## Requisiti
- Java 17
- Java 21
- Maven
- SQL Server
@ -36,8 +36,8 @@ src/main/java/com/fideuram/bulk/
Il progetto utilizza:
- Spring Boot 3.1.5
- Spring Batch 4.x
- Spring Boot 3.1.13
- Spring Batch 5.1.3
- SQL Server per il job repository
### Branch

View File

@ -316,7 +316,7 @@
<div id="versionDetails" style="display: flex; gap: 30px; flex-wrap: wrap;">
<div>📦 <strong>Applicazione:</strong> <span id="appVersion">Caricamento...</span></div>
<div><strong>Java:</strong> <span id="javaVersion">Caricamento...</span></div>
<div>🍃 <strong>Spring Boot:</strong> <span id="springVersion">Caricamento...</span></div>
<div>🍃 <strong>Spring:</strong> <span id="springVersion">Caricamento...</span></div>
<div>🍃 <strong>Boot:</strong> <span id="bootVersion">Caricamento...</span></div>
<div>🍃 <strong>Batch:</strong> <span id="batchVersion">Caricamento...</span></div>
<div>⚙️ <strong>Build:</strong> <span id="buildTime">Caricamento...</span></div>