(line: 12, column: 6) #{...} is not allowed in template text
可以看一下自己对应文件的占位符的参数是否使用@Param注解如果使用了
则需要把#改成$ 如下图
错误#{...} is not allowed in template text
阅读 67
2022-03-12
(line: 12, column: 6) #{...} is not allowed in template text
可以看一下自己对应文件的占位符的参数是否使用@Param注解如果使用了
则需要把#改成$ 如下图
相关推荐
精彩评论(0)