jar

cn.youngkbt : dbdtobean-spring-boot-autoconfigure

Maven & Gradle

Aug 13, 2022
1 usages
1 stars

dbdtobean-spring-boot-autoconfigure · Read the table fields of the database and generate entity class files and curd class files of controller, service, Dao and mapper layers

Table Of Contents

Latest Version

Download cn.youngkbt : dbdtobean-spring-boot-autoconfigure JAR file - Latest Versions:

All Versions

Download cn.youngkbt : dbdtobean-spring-boot-autoconfigure JAR file - All Versions:

Version Vulnerabilities Size Updated
1.6
1.5
1.4

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dbdtobean-spring-boot-autoconfigure-1.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.kbt.dbdtobean.comment

├─ cn.kbt.dbdtobean.comment.AbstractComment.class - [JAR]

├─ cn.kbt.dbdtobean.comment.CustomComment.class - [JAR]

├─ cn.kbt.dbdtobean.comment.DefaultComment.class - [JAR]

├─ cn.kbt.dbdtobean.comment.HeadComment.class - [JAR]

cn.kbt.dbdtobean.inter

├─ cn.kbt.dbdtobean.inter.IDbdToBean.class - [JAR]

├─ cn.kbt.dbdtobean.inter.IDbdToMVC.class - [JAR]

cn.kbt.dbdtobean.config

├─ cn.kbt.dbdtobean.config.DbdToBeanConfiguration.class - [JAR]

├─ cn.kbt.dbdtobean.config.DbdToBeanDataSource.class - [JAR]

├─ cn.kbt.dbdtobean.config.DbdToBeanProperties.class - [JAR]

cn.kbt.dbdtobean.log

├─ cn.kbt.dbdtobean.log.DbdToBeanApi.class - [JAR]

├─ cn.kbt.dbdtobean.log.DbdToBeanLog.class - [JAR]

cn.kbt.dbdtobean.utils

├─ cn.kbt.dbdtobean.utils.BeanUtils.class - [JAR]

cn.kbt.dbdtobean.mvcbean

├─ cn.kbt.dbdtobean.mvcbean.AbstractDbdToMvc.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToController.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToCurd.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToDao.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToMapper.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToMvc.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToMvcDefinition.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToService.class - [JAR]

├─ cn.kbt.dbdtobean.mvcbean.DbdToSwagger.class - [JAR]

cn.kbt.dbdtobean.core

├─ cn.kbt.dbdtobean.core.DbdToBean.class - [JAR]

├─ cn.kbt.dbdtobean.core.DbdToBeanContext.class - [JAR]

├─ cn.kbt.dbdtobean.core.DbdToBeanCore.class - [JAR]

├─ cn.kbt.dbdtobean.core.DbdToBeanDefinition.class - [JAR]

Advertisement