spring-boot-multi-module
spring-boot-multi-module copied to clipboard
Spring Boot Multi Module Project
Results
2
spring-boot-multi-module issues
Sort by
recently updated
recently updated
newest added
We cannot run the application with command `mvn spring-boot:run` The command throws the following error > [ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.5.2.RELEASE:run (default-cli) on project spring-boot-multi-module: Unable to find a...
class A class B----src/resources/static/a.html class C----src/resources/static/b.html when I get localhost:8080/a.html , the result is 404。