You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to run project with locally without install using mvn clean spring-boot:run, Is it possible to run like that? By default server starts with '' context path. Tried updating application.yml context path like below. After that server starts at specified path, but no luck running sample.
server:
servlet:
context-path: /joinfaces-example
It also would be good idea to activte different servers like tomcat, jetty or undertow using maven profiles. Using of cargo maven plugin brings lot of possibilty for different container using maven line wildfly, liberty and more.
The text was updated successfully, but these errors were encountered:
Trying to run project with locally without install using
mvn clean spring-boot:run
, Is it possible to run like that? By default server starts with '' context path. Tried updatingapplication.yml
context path like below. After that server starts at specified path, but no luck running sample.It also would be good idea to activte different servers like tomcat, jetty or undertow using maven profiles. Using of
cargo maven plugin
brings lot of possibilty for different container using maven line wildfly, liberty and more.The text was updated successfully, but these errors were encountered: