jar

com.github.ffch : jpa-mapper-spring-boot-example

Maven & Gradle

Nov 30, 2018

jpa-mapper-spring-boot-example · Demo project for Spring Boot

Table Of Contents

Latest Version

Download com.github.ffch : jpa-mapper-spring-boot-example JAR file - Latest Versions:

All Versions

Download com.github.ffch : jpa-mapper-spring-boot-example JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2

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 jpa-mapper-spring-boot-example-1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.ffch.boot.config

├─ com.github.ffch.boot.config.MapperConfiguration.class - [JAR]

com.github.ffch.boot.dao

├─ com.github.ffch.boot.dao.UserInfoDao.class - [JAR]

├─ com.github.ffch.boot.dao.UserInfoHisDao.class - [JAR]

├─ com.github.ffch.boot.dao.UserInfoSortDao.class - [JAR]

├─ com.github.ffch.boot.dao.UserRoleDao.class - [JAR]

com.github.ffch.boot.web

├─ com.github.ffch.boot.web.MybatisRest.class - [JAR]

├─ com.github.ffch.boot.web.ShardingRest.class - [JAR]

├─ com.github.ffch.boot.web.SortRest.class - [JAR]

├─ com.github.ffch.boot.web.WebRest.class - [JAR]

com.github.ffch.boot

├─ com.github.ffch.boot.BootSqlApp.class - [JAR]

com.github.ffch.boot.domain

├─ com.github.ffch.boot.domain.Page.class - [JAR]

├─ com.github.ffch.boot.domain.UserInfo.class - [JAR]

├─ com.github.ffch.boot.domain.UserInfoHis.class - [JAR]

├─ com.github.ffch.boot.domain.UserRole.class - [JAR]

com.github.ffch.boot.druid

├─ com.github.ffch.boot.druid.DruidConfiguration.class - [JAR]