Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running project locally without install #198

Open
srbala opened this issue Jan 6, 2020 · 0 comments
Open

Running project locally without install #198

srbala opened this issue Jan 6, 2020 · 0 comments

Comments

@srbala
Copy link

srbala commented Jan 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant