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

vplus-mvc.read.md Maven / Gradle / Ivy

### 使用组件生成Java代码

``` java
public static void main(String[] args) {

    VdbBean vdbBean = new VdbBean();
    vdbBean.setDbType(DbType.MYSQL);
    vdbBean.setDriverClassName("com.mysql.jdbc.Driver");
    vdbBean.setUsername("root");
    vdbBean.setPassword("root");
    vdbBean.setUrl("jdbc:mysql://127.0.0.1:3306/test?characterEncoding=utf8");
    VplusMvcBootstrap.dbBorn(vdbBean, "com.vplus.test.gen", "vplus-tutorial/src/main/java");
    //VplusHtmlBootstrap.anoBorn("com.vplus.test.gen.entity", "vplus-tutorial/src/main");
}
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy