paulvi / TODO

0 stars 0 forks source link

Spring Boot web modules #23

Open paulvi opened 8 years ago

paulvi commented 8 years ago

Before for web development with .war output option for modularization were war overlays http://maven.apache.org/plugins/maven-war-plugin/overlays.html

Now with Spring Boot adopting jar packaging, how can make some shared web resources?

e.g. /com.company.shared.web/src/main/resources/static/images/background-image.png

paulvi commented 8 years ago

http://stackoverflow.com/questions/37862552/spring-boot-shared-web-modules-jar-file-overlay

paulvi commented 8 years ago

https://github.com/kanderson450/stackoverflow-q37862552