jar

com.github.longhaoteng : api-spring-boot-starter

Maven & Gradle

Apr 23, 2020
3 stars

api core · Single entry web API

Table Of Contents

Latest Version

Download com.github.longhaoteng : api-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.longhaoteng : api-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x
0.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 api-spring-boot-starter-1.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.longhaoteng.core.enums

├─ com.github.longhaoteng.core.enums.ApiLoc.class - [JAR]

com.github.longhaoteng.core.configuration

├─ com.github.longhaoteng.core.configuration.AutoConfiguration.class - [JAR]

com.github.longhaoteng.core.common

├─ com.github.longhaoteng.core.common.AccessToken.class - [JAR]

├─ com.github.longhaoteng.core.common.AccessTokenManager.class - [JAR]

├─ com.github.longhaoteng.core.common.ApiProperties.class - [JAR]

├─ com.github.longhaoteng.core.common.CacheAccessTokenManager.class - [JAR]

├─ com.github.longhaoteng.core.common.RedisHelper.class - [JAR]

com.github.longhaoteng.core.exception

├─ com.github.longhaoteng.core.exception.ApiException.class - [JAR]

com.github.longhaoteng.core.utils

├─ com.github.longhaoteng.core.utils.AES.class - [JAR]

com.github.longhaoteng.core.api

├─ com.github.longhaoteng.core.api.API.class - [JAR]

├─ com.github.longhaoteng.core.api.ApiEngine.class - [JAR]

├─ com.github.longhaoteng.core.api.ApiHandler.class - [JAR]

├─ com.github.longhaoteng.core.api.Application.class - [JAR]

├─ com.github.longhaoteng.core.api.BaseApi.class - [JAR]

├─ com.github.longhaoteng.core.api.HandlerInterceptor.class - [JAR]

├─ com.github.longhaoteng.core.api.Request.class - [JAR]

├─ com.github.longhaoteng.core.api.Response.class - [JAR]

Advertisement