jar

com.fengwenyi : api-spring-boot-starter

Maven & Gradle

Sep 17, 2022
1 stars

api-spring-boot-starter · Spring Boot API Starter Project

Table Of Contents

Latest Version

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

All Versions

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

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

com.fengwenyi.apistarter.exception

├─ com.fengwenyi.apistarter.exception.ApiException.class - [JAR]

com.fengwenyi.apistarter.utils

├─ com.fengwenyi.apistarter.utils.Asserts.class - [JAR]

├─ com.fengwenyi.apistarter.utils.IdCardNoValidatorUtils.class - [JAR]

├─ com.fengwenyi.apistarter.utils.JacksonJsonUtils.class - [JAR]

├─ com.fengwenyi.apistarter.utils.SpringContextUtils.class - [JAR]

com.fengwenyi.apistarter.constraints

├─ com.fengwenyi.apistarter.constraints.IdCardNo.class - [JAR]

├─ com.fengwenyi.apistarter.constraints.Phone.class - [JAR]

com.fengwenyi.apistarter

├─ com.fengwenyi.apistarter.EnableApiStarter.class - [JAR]

com.fengwenyi.apistarter.enums

├─ com.fengwenyi.apistarter.enums.ApiResult.class - [JAR]

com.fengwenyi.apistarter.config

├─ com.fengwenyi.apistarter.config.ApiAutoConfiguration.class - [JAR]

com.fengwenyi.apistarter.advice

├─ com.fengwenyi.apistarter.advice.ApiResponseBodyAdvice.class - [JAR]

com.fengwenyi.apistarter.handler

├─ com.fengwenyi.apistarter.handler.GlobalExceptionHandler.class - [JAR]

com.fengwenyi.apistarter.annotation

├─ com.fengwenyi.apistarter.annotation.IgnoreResponseAdvice.class - [JAR]

com.fengwenyi.apistarter.validator

├─ com.fengwenyi.apistarter.validator.IdCardNoValidator.class - [JAR]

├─ com.fengwenyi.apistarter.validator.PhoneValidator.class - [JAR]

Advertisement