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

code.code.json Maven / Gradle / Ivy

{
  dataSource : {
    type : "com.alibaba.druid.pool.DruidDataSource",
    events : {
      depose : 'close'
    },
    fields : {
      driverClassName : "com.mysql.jdbc.Driver",
      url : "jdbc:mysql://localhost:3306/nutzwk",
      username : "root",
      password : "root",
      maxWait: 20000,
      defaultAutoCommit : false
    }
  },
    loader:{
        //根据实体生成代码
        type:'cn.enilu.common.code.EntityDescLoader'
        //根据表结构生成代码
//        type:'cn.enilu.common.code.TableDescLoader'
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy