1:删除无用的数据库连接
2:修改pom中使用的hive版本为2.1.1 3:添加IP地址日志查询服务
This commit is contained in:
24
src/main/java/com/nis/web/dao/DfLogSearchDao.java
Normal file
24
src/main/java/com/nis/web/dao/DfLogSearchDao.java
Normal file
@@ -0,0 +1,24 @@
|
||||
package com.nis.web.dao;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import com.nis.domain.LogEntity;
|
||||
import com.nis.domain.restful.NtcIpLog;
|
||||
|
||||
/**
|
||||
*
|
||||
* <p>Title: DfLogSearchDao</p>
|
||||
* <p>Description: 日志查询dao</p>
|
||||
* <p>Company: IIE</p>
|
||||
* @author rkg
|
||||
* @date 2018年7月2日
|
||||
*
|
||||
*/
|
||||
@MyBatisDao
|
||||
public interface DfLogSearchDao extends CrudDao<LogEntity> {
|
||||
|
||||
// List<NtcIpLog> findNtcIpLog(NtcIpLog log);
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user