I'm working on a Spring MVC multimodule project. I'ven trying to make it modularized to split the differents funtionalities.
The problem I've found is that I wanted to create a module just with the static resources of the project (to isolate the front work from the back) accessing it from the web module. Is that possible?
I've been trying to modify the next Spring code to reach it without succeed:
<mvc:resources mapping="/images/**" location="/images/" />
<mvc:resources mapping="/images/**" location="classpath*:/images/" />
<mvc:resources mapping="/images/**" location="file://..." />
I've added the maven dependencies from the differents modules correctly (I can use methods from other projects without any problem)
Aucun commentaire:
Enregistrer un commentaire