jar

tk.fishfish : mybatis-spring-boot-starter

Maven & Gradle

Feb 22, 2021
0 stars

mybatis-spring-boot-starter · mybatis pagehelper and mapper for spring boot

Table Of Contents

Latest Version

Download tk.fishfish : mybatis-spring-boot-starter JAR file - Latest Versions:

All Versions

Download tk.fishfish : mybatis-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.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 mybatis-spring-boot-starter-1.2.0.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tk.fishfish.mybatis.domain

├─ tk.fishfish.mybatis.domain.PageRequest.class - [JAR]

tk.fishfish.mybatis.autoconfigure

├─ tk.fishfish.mybatis.autoconfigure.MapperAutoConfiguration.class - [JAR]

├─ tk.fishfish.mybatis.autoconfigure.MybatisAutoConfiguration.class - [JAR]

├─ tk.fishfish.mybatis.autoconfigure.PageHelperAutoConfiguration.class - [JAR]

tk.fishfish.mybatis.service

├─ tk.fishfish.mybatis.service.BaseService.class - [JAR]

tk.fishfish.mybatis.entity

├─ tk.fishfish.mybatis.entity.Entity.class - [JAR]

tk.fishfish.mybatis.controller

├─ tk.fishfish.mybatis.controller.BaseController.class - [JAR]

tk.fishfish.mybatis.repository

├─ tk.fishfish.mybatis.repository.Repository.class - [JAR]

tk.fishfish.mybatis.service.impl

├─ tk.fishfish.mybatis.service.impl.BaseServiceImpl.class - [JAR]