jar

io.github.dddframework : ddd-boot-starter-mybatis

Maven & Gradle

Mar 29, 2023
0 stars

DDD Framework Database · DDD Framework Database

Table Of Contents

Latest Version

Download io.github.dddframework : ddd-boot-starter-mybatis JAR file - Latest Versions:

All Versions

Download io.github.dddframework : ddd-boot-starter-mybatis JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

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 ddd-boot-starter-mybatis-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ddd.mybatis.config

├─ com.github.ddd.mybatis.config.MybatisAutoConfiguration.class - [JAR]

com.github.ddd.mybatis.core.mapper

├─ com.github.ddd.mybatis.core.mapper.BaseMapperX.class - [JAR]

com.github.ddd.mybatis.core.query

├─ com.github.ddd.mybatis.core.query.QueryWrapperX.class - [JAR]

com.github.ddd.mybatis.core.dataobject

├─ com.github.ddd.mybatis.core.dataobject.BaseDO.class - [JAR]

├─ com.github.ddd.mybatis.core.dataobject.BaseTenantDO.class - [JAR]

com.github.ddd.mybatis.core.handler

├─ com.github.ddd.mybatis.core.handler.DefaultDbFieldHandler.class - [JAR]

com.github.ddd.mybatis.core.util

├─ com.github.ddd.mybatis.core.util.MyBatisUtils.class - [JAR]