maven 安装tomcat插件 tomcat插件和依赖不是一个东西?还是兼容问题tomcat插件:插件添加成功 <packaging>war</packaging> <build> <plugins> <plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId&
mybatis查询输出为空列表 为什么编码能通过却输出空列表 //接收用户请求参数 int di = 1; String companyName = "呵呵"; String brandName = "哈哈";当我们采用模糊查询<select id="selectByCondition" resultMap="hehe"> select * from tb_brand where id = #