随笔分类 -  mybatis

摘要:Mapper(本人没写dao层)接口类写法 public List<Custom> seachCustoms(@Param("fzr") String[] fzr); 1 <select id="seachCustoms" resultMap="customs" parameterType="lis 阅读全文
posted @ 2019-09-06 10:39 Python5421 阅读(2030) 评论(0) 推荐(0)
摘要:问题描述: Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Tue Aug 20 15:30:12 CST 2019 Th 阅读全文
posted @ 2019-08-20 15:42 Python5421 阅读(250) 评论(0) 推荐(0)