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