spring-boot-multi-module icon indicating copy to clipboard operation
spring-boot-multi-module copied to clipboard

how can I deal with src/resources/html,js,css and so on on multiple module project

Open peterxiemin opened this issue 8 years ago • 0 comments

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。

peterxiemin avatar Jul 13 '17 02:07 peterxiemin