java.lang.IllegalAccessError: tried to access method freemarker.ext.servlet.AllHttpScopesHashModel.
<init>(Lfreemarker/template/ObjectWrapper;Ljavax/servlet/ServletContext;
Ljavax/servlet/http/HttpServletRequest;)V from class org.springframework.web.servlet.view.freemarker.FreeMarkerView
出了这个错,别想了,freemarker的版本问题
<dependency> <groupId>org.freemarker</groupId> <artifactId>freemarker</artifactId> <version>2.3.23</version> </dependency>
导入就好使了
当你在配置文件里面配置了模板路径之后,是不需要指定ftl目录的。
ok。
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有