jar

com.github.alenfive : common-api-boot-starter

Maven & Gradle

Jun 01, 2020
68.1k stars

common-api · Demo project for Spring Boot

Table Of Contents

Latest Version

Download com.github.alenfive : common-api-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.alenfive : common-api-boot-starter 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 common-api-boot-starter-1.0.3.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.alenfive.commonapi

├─ com.alenfive.commonapi.CommonApiApplication.class - [JAR]

com.alenfive.commonapi.config

├─ com.alenfive.commonapi.config.CommonApiAutoConfig.class - [JAR]

├─ com.alenfive.commonapi.config.CommonApiProperties.class - [JAR]

├─ com.alenfive.commonapi.config.CommonController.class - [JAR]

├─ com.alenfive.commonapi.config.CommonMapper.class - [JAR]

├─ com.alenfive.commonapi.config.CommonService.class - [JAR]

com.alenfive.commonapi.entity

├─ com.alenfive.commonapi.entity.BizException.class - [JAR]

├─ com.alenfive.commonapi.entity.DeleteReq.class - [JAR]

├─ com.alenfive.commonapi.entity.ErrorCode.class - [JAR]

├─ com.alenfive.commonapi.entity.QueryReq.class - [JAR]

├─ com.alenfive.commonapi.entity.SaveReq.class - [JAR]

├─ com.alenfive.commonapi.entity.UpdateReq.class - [JAR]

Advertisement