We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have tried this code with Spring Boot updated to 1.3.5
when running mvn spring-boot:run I could not see http://localhost:8080/dependency/index.html
mvn spring-boot:run
But when running from war deployed in Tomcat, I could see
http://localhost:8080/main-webapp-0.1.0-SNAPSHOT/dependency/
DEPENDENCY INDEX
The text was updated successfully, but these errors were encountered:
@cthiebault Did you ever figure out if it is possible to have war overlays in spring-boot:run?
spring-boot:run
Sorry, something went wrong.
I didn't go further as Spring Boot team does not plan to support it: spring-projects/spring-boot#1030 (comment)
No branches or pull requests
I have tried this code with Spring Boot updated to 1.3.5
when running
mvn spring-boot:run
I could not see http://localhost:8080/dependency/index.htmlBut when running from war deployed in Tomcat, I could see
http://localhost:8080/main-webapp-0.1.0-SNAPSHOT/dependency/
The text was updated successfully, but these errors were encountered: