com.lq.mybaits.interceptor.MybatisInterceptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springboot-dagger-x Show documentation
Show all versions of springboot-dagger-x Show documentation
Fast construction of springboot microservices
The newest version!
package com.lq.mybaits.interceptor;
import com.lq.SpringBootCli;
import com.lq.entity.TableInfo;
import java.util.List;
public interface MybatisInterceptor {
void handle(SpringBootCli cli, List tableInfos);
}