spring-velocity-support
spring-velocity-support copied to clipboard
An support project of legacy velocity based on Spring Framework
Results
2
spring-velocity-support issues
Sort by
recently updated
recently updated
newest added
Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 4.3.25.RELEASE to 5.2.20.RELEASE. Release notes Sourced from spring-webmvc's releases. v5.2.20.RELEASE :star: New Features Restrict access to property paths on Class references #28262 Improve diagnostics in SpEL for...
dependencies
因为resourceLoaderPath肯定是以斜杠结尾的, 当模板里遇到比如#parse("/head.vm")这种写法时,最终的location会变成//head.vm,有两个斜杠,此时resourceLoader就找不到资源了。