jar

com.github.huifer : spring-boot-example

Maven & Gradle

Apr 19, 2021
Table Of Contents

Latest Version

Download com.github.huifer : spring-boot-example JAR file - Latest Versions:

All Versions

Download com.github.huifer : spring-boot-example JAR file - All Versions:

Version Vulnerabilities Size Updated
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 spring-boot-example-1.0.0-Releases.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.huifer.entity.plugin.example

├─ com.github.huifer.entity.plugin.example.App.class - [JAR]

com.github.huifer.entity.plugin.example.entity

├─ com.github.huifer.entity.plugin.example.entity.OauthClientEntity.class - [JAR]

├─ com.github.huifer.entity.plugin.example.entity.OauthUserEntity.class - [JAR]

com.github.huifer.entity.plugin.example.impl.convert

├─ com.github.huifer.entity.plugin.example.impl.convert.OauthUserEntityConvert.class - [JAR]

├─ com.github.huifer.entity.plugin.example.impl.convert.OauthUserEntityConvertInSpring.class - [JAR]

com.github.huifer.entity.plugin.example.impl.validate

├─ com.github.huifer.entity.plugin.example.impl.validate.OauthUserEntityValidate.class - [JAR]

com.github.huifer.entity.plugin.example.req

├─ com.github.huifer.entity.plugin.example.req.UserAdd.class - [JAR]

com.github.huifer.entity.plugin.example.repo

├─ com.github.huifer.entity.plugin.example.repo.OauthClientRepo.class - [JAR]

├─ com.github.huifer.entity.plugin.example.repo.OauthUserRepo.class - [JAR]

Advertisement