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

com.github.wtbian.core.Generate Maven / Gradle / Ivy

Go to download

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.

There is a newer version: 1.0.4.1
Show newest version
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