org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'appZddwController' 出现上述错误时,导致bean注入都发生了错误,查看Druid 的filters配置 将log4j去掉,程序正常运行了
mybatis 查询 xml list参数: <select id="getByIds" resultType="string" parameterType="java.util.List"> SELECT a.FENLEINAME from Tab a where a.id in (select b.pid from TB b where b.id in <foreach collection="list"