jar

io.github.hyq0719 : marketing-api-spring-boot-demo

Maven & Gradle

Mar 07, 2022
Table Of Contents

Latest Version

Download io.github.hyq0719 : marketing-api-spring-boot-demo JAR file - Latest Versions:

All Versions

Download io.github.hyq0719 : marketing-api-spring-boot-demo 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 marketing-api-spring-boot-demo-1.0.0-beta.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

test.config

├─ test.config.HttpConfig.class - [JAR]

├─ test.config.RefreshTokenConfiguration.class - [JAR]

├─ test.config.SwaggerConfig.class - [JAR]

test

├─ test.AppProperties.class - [JAR]

├─ test.MarketingApiTestApp.class - [JAR]

test.auth.vivo

├─ test.auth.vivo.VivoAuthorizer.class - [JAR]

├─ test.auth.vivo.VivoProperties.class - [JAR]

├─ test.auth.vivo.VivoRefreshCronService.class - [JAR]

test.controller

├─ test.controller.AuthWebController.class - [JAR]

├─ test.controller.KuaishouApiTest.class - [JAR]

├─ test.controller.OceanEngineApiTest.class - [JAR]

├─ test.controller.TencentApiTest.class - [JAR]

├─ test.controller.VivoApiTest.class - [JAR]

test.token.service

├─ test.token.service.KuaishouTokenService.class - [JAR]

├─ test.token.service.OceanEngineTokenService.class - [JAR]

├─ test.token.service.TencentTokenService.class - [JAR]

├─ test.token.service.VivoTokenService.class - [JAR]

test.util

├─ test.util.FileUtil.class - [JAR]

├─ test.util.RedisClient.class - [JAR]

├─ test.util.RedisKeys.class - [JAR]

├─ test.util.ResultConverter.class - [JAR]

├─ test.util.Util.class - [JAR]

test.auth.service

├─ test.auth.service.AuthService.class - [JAR]

test.auth

├─ test.auth.RefreshCronService.class - [JAR]

├─ test.auth.TokenAuthorizer.class - [JAR]

test.constant

├─ test.constant.ChannelConstants.class - [JAR]

test.auth.repo

├─ test.auth.repo.RedisTokenRepo.class - [JAR]

test.token.bean

├─ test.token.bean.KshToken.class - [JAR]

├─ test.token.bean.OceanToken.class - [JAR]

├─ test.token.bean.TencentToken.class - [JAR]

├─ test.token.bean.VivoToken.class - [JAR]

test.auth.bean

├─ test.auth.bean.AuthToken.class - [JAR]

├─ test.auth.bean.Result.class - [JAR]

test.auth.tencent

├─ test.auth.tencent.TencentAccountService.class - [JAR]

├─ test.auth.tencent.TencentAuthorizer.class - [JAR]

├─ test.auth.tencent.TencentProperties.class - [JAR]

├─ test.auth.tencent.TencentRefreshCronService.class - [JAR]

test.auth.oceanengine

├─ test.auth.oceanengine.OceanAccountService.class - [JAR]

├─ test.auth.oceanengine.OceanAuthorizer.class - [JAR]

├─ test.auth.oceanengine.OceanProperties.class - [JAR]

├─ test.auth.oceanengine.OceanRefreshCronService.class - [JAR]