com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mybatis-enhance-actable Show documentation
Show all versions of mybatis-enhance-actable Show documentation
A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis
package com.gitee.sunchenbin.mybatis.actable.manager.handler;
/**
* 启动时执行处理的接口
* @author chenbin.sun
*
*/
public interface StartUpHandler {
/**
* 建表开始
*/
void startHandler();
}