spring+druid+mybatis samples

This commit is contained in:
罗祥
2018-12-24 17:41:04 +08:00
parent 5dd7bb57db
commit 01c25dd434
47 changed files with 3447 additions and 29 deletions

View File

@ -10,7 +10,7 @@ import java.util.List;
* @description :
*/
@Mapper
public interface MysqlDao {
List<Relation> queryById(String id);

View File

@ -9,7 +9,7 @@ import java.util.List;
* @author : heibaiying
* @description :
*/
@Mapper
public interface OracleDao {
List<Flow> queryById(long id);