jar

com.github.zgqq : flycat-springboot-app

Maven & Gradle

Oct 31, 2019
6 stars

github.flycat Java · Simplify Java web and microservice development

Table Of Contents

Latest Version

Download com.github.zgqq : flycat-springboot-app JAR file - Latest Versions:

All Versions

Download com.github.zgqq : flycat-springboot-app JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.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 flycat-springboot-app-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.flycat.starter.app.config

├─ com.github.flycat.starter.app.config.AppConf.class - [JAR]

├─ com.github.flycat.starter.app.config.ConfUtils.class - [JAR]

├─ com.github.flycat.starter.app.config.MaintainConf.class - [JAR]

com.github.flycat.starter.app.web.auth

├─ com.github.flycat.starter.app.web.auth.AbstractTokenAuthenticationService.class - [JAR]

com.github.flycat.starter.app.web.exception

├─ com.github.flycat.starter.app.web.exception.BusinessException.class - [JAR]

├─ com.github.flycat.starter.app.web.exception.CommonBusinessException.class - [JAR]

com.github.flycat.starter.app.web.auth.token

├─ com.github.flycat.starter.app.web.auth.token.TokenInfo.class - [JAR]

├─ com.github.flycat.starter.app.web.auth.token.TokenService.class - [JAR]

com.github.flycat.starter.app.web.api

├─ com.github.flycat.starter.app.web.api.AppRequest.class - [JAR]

├─ com.github.flycat.starter.app.web.api.DataWrapper.class - [JAR]

├─ com.github.flycat.starter.app.web.api.Result.class - [JAR]

├─ com.github.flycat.starter.app.web.api.ResultCode.class - [JAR]

com.github.flycat.starter.app.web.filter

├─ com.github.flycat.starter.app.web.filter.RequestHolderFilter.class - [JAR]

com.github.flycat.starter.app.redis

├─ com.github.flycat.starter.app.redis.RedisConfKeys.class - [JAR]

├─ com.github.flycat.starter.app.redis.RedisConfiguration.class - [JAR]

├─ com.github.flycat.starter.app.redis.RedisKeys.class - [JAR]

├─ com.github.flycat.starter.app.redis.RefreshRedisConfTask.class - [JAR]

com.github.flycat.starter.app.web

├─ com.github.flycat.starter.app.web.ResponseFactoryAdapter.class - [JAR]

├─ com.github.flycat.starter.app.web.WebAutoConfiguration.class - [JAR]

├─ com.github.flycat.starter.app.web.WebFactoryConfigurationAdapter.class - [JAR]

Advertisement