spring-boot-multi-module
spring-boot-multi-module copied to clipboard
how can I deal with src/resources/html,js,css and so on on multiple module project
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。