jar

com.github.yanceking : tio-http-server-spring-boot-starter

Maven & Gradle

Mar 30, 2020
1 stars

tio-http-server-spring-boot-starter · Tio Http 服务的 spring-boot-starter

Table Of Contents

Latest Version

Download com.github.yanceking : tio-http-server-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.github.yanceking : tio-http-server-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
3.0
2.0
1.0

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 tio-http-server-spring-boot-starter-3.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.yance.configuration

├─ com.yance.configuration.TioHttpServerAutoConfiguration.class - [JAR]

├─ com.yance.configuration.TioHttpServerBootstrap.class - [JAR]

├─ com.yance.configuration.TioHttpServerInitializerConfiguration.class - [JAR]

├─ com.yance.configuration.TioHttpServerMarkerConfiguration.class - [JAR]

├─ com.yance.configuration.TioSpringApplication.class - [JAR]

com.yance.utils

├─ com.yance.utils.StringTioUtil.class - [JAR]

├─ com.yance.utils.TioConstants.class - [JAR]

com.yance.properties

├─ com.yance.properties.TioHttpServerProperties.class - [JAR]

com.yance.handler

├─ com.yance.handler.CustomDefaultHttpRequestHandler.class - [JAR]

com.yance.routes

├─ com.yance.routes.CustomRoutes.class - [JAR]

com.yance.annotation

├─ com.yance.annotation.EnableTioHttpServer.class - [JAR]

├─ com.yance.annotation.TioAutowired.class - [JAR]