geidianmianziba 发表于 2017-5-9 10:23:05

使用minidao 时,报出Object_toString.sql not found

各位大牛好:
今天我在使用minidao时,总是报出错,具体如下:
Template java/lang/Object_toString.sql not found.
java.io.FileNotFoundException: Template java/lang/Object_toString.sql not found.
at org.jeecgframework.minidao.util.FreemarkerParseFactory.parseTemplate(FreemarkerParseFactory.java:78)
at org.jeecgframework.minidao.aop.MiniDaoHandler.parseSqlTemplate(MiniDaoHandler.java:532)
at org.jeecgframework.minidao.aop.MiniDaoHandler.invoke(MiniDaoHandler.java:95)
at com.sun.proxy.$Proxy94.toString(Unknown Source)


其中说Object_toString.sql 这个没有找到,这是在哪引入的吗?还请赐教

admin 发表于 2017-5-9 18:13:51

那个版本?

geidianmianziba 发表于 2017-5-10 10:58:11

3.6.6版本,但是不影响查询,结果还是正常出来,今天又试了一下,如果在service层调用dao方法那打上断点的话,就会出现这个异常,如果没有断点就没事

admin 发表于 2018-1-11 14:02:08

引用这个版本试试,你的问题没重现出来。
                        <groupId>org.jeecgframework</groupId>
                        <artifactId>minidao-pe</artifactId>
                        <version>1.6.1</version>

xnxqs 发表于 2018-10-22 13:25:34

我也出现同样的问题。
1.报错与楼主相同。
2.打断点才报错,目前没有发现对程序正常使用的影响。
3.minidao 1.6.7   jeecg版本3.7.8
4.google了一把,https://blog.csdn.net/chunxiao860815/article/details/82753521
冒似是这个问题,不知道管理员是否有办法解决掉这个bug。
页: [1]
查看完整版本: 使用minidao 时,报出Object_toString.sql not found