Added version display
- Added error route handling
This commit is contained in:
@ -40,6 +40,9 @@ dependencies {
|
||||
|
||||
bootJar {
|
||||
manifest {
|
||||
attributes(
|
||||
'Application-Version': project.version
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user