This topic created in 2834 days ago, the information mentioned may be changed or developed.
现在都打进 jar 包里了 改东西有些麻烦
能不能像 thymeleaf 模板那样可以在程序配置文件中配置一个外部的文件夹
像这样 spring.thymeleaf.prefix=file:./templates/
最好是通过配置 不用加解析程序
 |
|
1
azev Aug 3, 2018
查到了 可以用这个 spring.resources.static-locations
|