com.github.wtbian.core.Generate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of generator-maven-plugin Show documentation
Show all versions of generator-maven-plugin Show documentation
The mvc-generator makes it easier to write code with spring-mvc
applications. mvc-generator generate code with freemarker template of controller, service and dao etc level object using maven plugin.
Simplicity is the biggest advantage of the generator code over generating code
tools.
package com.github.wtbian.core;
import java.io.IOException;
/**
* Created by bianwentao on 2019/1/27.
*/
public interface Generate {
void generateDomain() throws IOException;
void generateVo() throws IOException;
void generateDao() throws IOException;
void generateService() throws IOException;
void generateController() throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy