Hi i have made a Jar file of my Springboot app , now when i run it with java -jar myapp.jar it run successfully , but it is accessable at localhost:8080/
not on localhost:8080/myapp
this do not include appname in url ,
can anyone tell me why and how do we change this setting , while deploy with War file it is working fine on localhost:8080/myapp