jar

io.github.smart-cloud : smart-cloud-starter-web

Maven & Gradle

Mar 22, 2023
364 stars

web封装(日志切面、异常处理、参数校验)

Table Of Contents

Latest Version

Download io.github.smart-cloud : smart-cloud-starter-web JAR file - Latest Versions:

All Versions

Download io.github.smart-cloud : smart-cloud-starter-web 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 smart-cloud-starter-web-1.0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.smart.cloud.starter.web.aspect.interceptor

├─ io.github.smart.cloud.starter.web.aspect.interceptor.ServletApiLogInterceptor.class - [JAR]

io.github.smart.cloud.starter.web.aspect

├─ io.github.smart.cloud.starter.web.aspect.ExceptionControllerAdvice.class - [JAR]

io.github.smart.cloud.starter.web.validation.util

├─ io.github.smart.cloud.starter.web.validation.util.ValidationUtil.class - [JAR]

io.github.smart.cloud.starter.web.constants

├─ io.github.smart.cloud.starter.web.constants.WebReturnCodes.class - [JAR]

io.github.smart.cloud.starter.web.autoconfigure

├─ io.github.smart.cloud.starter.web.autoconfigure.ApiLogAspectAutoConfiguration.class - [JAR]

io.github.smart.cloud.starter.web.exception.util

├─ io.github.smart.cloud.starter.web.exception.util.ExceptionUtil.class - [JAR]

io.github.smart.cloud.starter.web.aspect.pointcut

├─ io.github.smart.cloud.starter.web.aspect.pointcut.ApiLogPointCut.class - [JAR]

io.github.smart.cloud.starter.web.validation

├─ io.github.smart.cloud.starter.web.validation.ValidatorSingleton.class - [JAR]

io.github.smart.cloud.starter.web.annotation

├─ io.github.smart.cloud.starter.web.annotation.ApiLog.class - [JAR]

io.github.smart.cloud.starter.web.exception

├─ io.github.smart.cloud.starter.web.exception.ExceptionHandlerContext.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.ExceptionHandlerStrategyFactory.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.IExceptionHandlerStrategy.class - [JAR]

io.github.smart.cloud.starter.web.exception.strategy

├─ io.github.smart.cloud.starter.web.exception.strategy.BaseExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.BindExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.ConstraintViolationExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.HttpMediaTypeNotSupportedExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.HttpRequestMethodNotSupportedExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.IllegalArgumentExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.MaxUploadSizeExceededExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.MethodArgumentNotValidExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.MismatchedInputExceptionHandlerStrategy.class - [JAR]

├─ io.github.smart.cloud.starter.web.exception.strategy.NoHandlerFoundExceptionHandlerStrategy.class - [JAR]

Advertisement