我使用 spring boot + thymeleaf + spring4 + gradle 并构建下一个项目结构:
--- Root
src/main/resources/templates/common-part.html
--- First-child
src/main/resources/templates/first-child.html
--- Second-child
src/main/resources/templates/second-child.html
当我在build/resources/main/templates/
中构建第一个子项目时,我只有first-child.html
,但我希望父母也有common-part.html
。
如何与我的孩子共享root的静态资源?