I use the application.yml to version my app (to look at actuator)
info:
app:
version: 2.3.0
So, is possible to when I run mvn package generate my war with that version I put in application.yml?
tks
I use the application.yml to version my app (to look at actuator)
info:
app:
version: 2.3.0
So, is possible to when I run mvn package generate my war with that version I put in application.yml?
tks