Added version display

- Added error route handling
This commit is contained in:
2024-02-25 00:15:24 +01:00
parent 5a36b62bde
commit 9ca76948df
5 changed files with 86 additions and 6 deletions

View File

@ -40,6 +40,9 @@ dependencies {
bootJar {
manifest {
attributes(
'Application-Version': project.version
)
}
}