All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.gitee.sunchenbin.mybatis.actable.manager.handler.StartUpHandler Maven / Gradle / Ivy

Go to download

A.CTable is a Maven project based on Spring and Mybatis, which enhances the function of Mybatis

There is a newer version: 1.5.0.RELEASE
Show newest version
package com.gitee.sunchenbin.mybatis.actable.manager.handler;


/**
 * 启动时执行处理的接口
 * @author chenbin.sun
 *
 */
public interface StartUpHandler {

	/**
	 * 建表开始
	 */
	void startHandler();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy