NutzCN Logo
问答 nutz debug重启耗死80多秒
发布于 2221天前 作者 wx_dc1uhcoqb670vfspa24d 1717 次浏览 复制 上一个帖子 下一个帖子
标签:
2018-02-28 16:13:01.799  INFO 48249 --- [  restartedMain] o.s.aop.framework.CglibAopProxy          : Method [org.nutz.dao.impl.EntityOperator org.nutz.dao.impl.NutDao._opt(java.lang.Class)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2018-02-28 16:13:01.799  INFO 48249 --- [  restartedMain] o.s.aop.framework.CglibAopProxy          : Method [org.nutz.dao.impl.EntityOperator org.nutz.dao.impl.NutDao._opt(org.nutz.dao.entity.Entity)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.
2018-02-28 16:13:01.799  INFO 48249 --- [  restartedMain] o.s.aop.framework.CglibAopProxy          : Method [org.nutz.dao.impl.EntityOperator org.nutz.dao.impl.NutDao._optBy(java.lang.Object)] is package-visible across different ClassLoaders and cannot get proxied via CGLIB: Declare this method as public or protected if you need to support invocations through the proxy.

spring 集成nutz

1 回复

一般原因就是 用druid, 然后连不上数据库, 又然后没设置druid的maxWait

另外, 查问题的时候日志起码得改成debug.

添加回复
请先登陆
回到顶部