2018年4月26日

MyBatis的Mapper接口以及Example的实例函数及详解

摘要: 一、mapper接口中的方法解析 mapper接口中的函数及方法 方法功能说明 int countByExample(UserExample example) thorws SQLException 按条件计数 int deleteByPrimaryKey(Integer id) thorws SQ 阅读全文
posted @ 2018-04-26 19:20 Windy心梦无痕 阅读(270) 评论(0) 推荐(0)

maven聚合工程使用如何debug

摘要: maven聚合工程在正常情况下,使用debug时会出错,因为没有源码,就不会显示代码和断点行数条。 进行如下操作: 默认情况下source下只有默认的default文件夹,点击remove进行删除(这里是我添加后的截图) 点击add选中java project 就会显示你所要添加的工程的源代码 添加 阅读全文
posted @ 2018-04-26 11:01 Windy心梦无痕 阅读(2023) 评论(0) 推荐(0)

maven聚合工程tomcat插件启动没有 Starting ProtocolHandler ["http-bio-8081"]

摘要: maven聚合工程tomcat插件启动没有 Starting ProtocolHandler ["http-bio-8081"] 阅读全文
posted @ 2018-04-26 10:21 Windy心梦无痕 阅读(5664) 评论(0) 推荐(0)