jar

cn.soboys : rest-api-spring-boot-starter

Maven & Gradle

Jul 22, 2023
123 stars

rest-api-spring-boot-starter · SpringBoot Easy Fast Rest WEB 基于SpringBoot Web 快速构建API脚手架 解决重复繁琐工作 高效开发SpringBoot Web API 接口 轻松自定义自己RestFull API使用 全局错误拦截,参数校验, 错误国际化 ,自定义错误响应 ,业务异常断言 ,Redis 工具库使用 统一key管理 spring cache缓存实现,RestTemplate 请求工具 ,日志使用 ,集成mybatisPlus一键代码生成,日志记录,服务监控,支持日志链路查询。自定义数据源,JWT权限认证等更多功能

Table Of Contents

Latest Version

Download cn.soboys : rest-api-spring-boot-starter JAR file - Latest Versions:

All Versions

Download cn.soboys : rest-api-spring-boot-starter JAR file - All Versions:

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

cn.soboys.restapispringbootstarter.enums

├─ cn.soboys.restapispringbootstarter.enums.LimitType.class - [JAR]

├─ cn.soboys.restapispringbootstarter.enums.LogApiTypeEnum.class - [JAR]

├─ cn.soboys.restapispringbootstarter.enums.LogCURDTypeEnum.class - [JAR]

├─ cn.soboys.restapispringbootstarter.enums.LogTypeEnum.class - [JAR]

├─ cn.soboys.restapispringbootstarter.enums.t.class - [JAR]

cn.soboys.restapispringbootstarter.condition

├─ cn.soboys.restapispringbootstarter.condition.OnEnableRestFullApiAnnotationCondition.class - [JAR]

cn.soboys.restapispringbootstarter.i18n

├─ cn.soboys.restapispringbootstarter.i18n.DefaultMessage.class - [JAR]

├─ cn.soboys.restapispringbootstarter.i18n.I18NKey.class - [JAR]

├─ cn.soboys.restapispringbootstarter.i18n.I18NMessage.class - [JAR]

cn.soboys.restapispringbootstarter.serializer

├─ cn.soboys.restapispringbootstarter.serializer.BeanSerializerModifierFactory.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.BigDecimalSerializer.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.DateSerializer.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.DoubleValueSerializer.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.JsonSerializerConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.LocalDateTimeSerializer.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.NullAbleSerializer.class - [JAR]

├─ cn.soboys.restapispringbootstarter.serializer.SerializableType.class - [JAR]

cn.soboys.restapispringbootstarter.utils

├─ cn.soboys.restapispringbootstarter.utils.HttpUserAgent.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.JwtUtil.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.MyBatisPlusGenerator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.RequestUtil.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.RestFulTemp.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.Strings.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.WebConst.class - [JAR]

├─ cn.soboys.restapispringbootstarter.utils.YamlPropertySourceFactory.class - [JAR]

cn.soboys.restapispringbootstarter.interceptor

├─ cn.soboys.restapispringbootstarter.interceptor.JwtTokenInterceptor.class - [JAR]

├─ cn.soboys.restapispringbootstarter.interceptor.WebMvcHandleConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.interceptor.WhiteApiList.class - [JAR]

cn.soboys.restapispringbootstarter.test

├─ cn.soboys.restapispringbootstarter.test.Config.class - [JAR]

├─ cn.soboys.restapispringbootstarter.test.Entity.class - [JAR]

├─ cn.soboys.restapispringbootstarter.test.Test.class - [JAR]

├─ cn.soboys.restapispringbootstarter.test.TestController.class - [JAR]

cn.soboys.restapispringbootstarter

├─ cn.soboys.restapispringbootstarter.ApplicationRunner.class - [JAR]

├─ cn.soboys.restapispringbootstarter.Assert.class - [JAR]

├─ cn.soboys.restapispringbootstarter.ExceptionHandler.class - [JAR]

├─ cn.soboys.restapispringbootstarter.HttpStatus.class - [JAR]

├─ cn.soboys.restapispringbootstarter.RestApiSpringBootStarterApplication.class - [JAR]

├─ cn.soboys.restapispringbootstarter.Result.class - [JAR]

├─ cn.soboys.restapispringbootstarter.ResultCode.class - [JAR]

├─ cn.soboys.restapispringbootstarter.ResultHandler.class - [JAR]

├─ cn.soboys.restapispringbootstarter.ResultPage.class - [JAR]

cn.soboys.restapispringbootstarter.annotation

├─ cn.soboys.restapispringbootstarter.annotation.EnableRestFullApi.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.Limit.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.NoRestFulApi.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.hasAnyPerm.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.hasAnyRoles.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.hasPerm.class - [JAR]

├─ cn.soboys.restapispringbootstarter.annotation.hasRole.class - [JAR]

cn.soboys.restapispringbootstarter.log

├─ cn.soboys.restapispringbootstarter.log.Log.class - [JAR]

├─ cn.soboys.restapispringbootstarter.log.LogDataSource.class - [JAR]

├─ cn.soboys.restapispringbootstarter.log.LogEntry.class - [JAR]

├─ cn.soboys.restapispringbootstarter.log.LogFileDefaultDataSource.class - [JAR]

cn.soboys.restapispringbootstarter.exception

├─ cn.soboys.restapispringbootstarter.exception.BusinessException.class - [JAR]

├─ cn.soboys.restapispringbootstarter.exception.CacheException.class - [JAR]

├─ cn.soboys.restapispringbootstarter.exception.JsonSerializableException.class - [JAR]

├─ cn.soboys.restapispringbootstarter.exception.LimitAccessException.class - [JAR]

cn.soboys.restapispringbootstarter.authorization

├─ cn.soboys.restapispringbootstarter.authorization.LoginAuthorization.class - [JAR]

├─ cn.soboys.restapispringbootstarter.authorization.LoginAuthorizationSubject.class - [JAR]

├─ cn.soboys.restapispringbootstarter.authorization.UrlMatcher.class - [JAR]

├─ cn.soboys.restapispringbootstarter.authorization.UserJwtToken.class - [JAR]

├─ cn.soboys.restapispringbootstarter.authorization.UserSign.class - [JAR]

├─ cn.soboys.restapispringbootstarter.authorization.UserSignWith.class - [JAR]

cn.soboys.restapispringbootstarter.cache

├─ cn.soboys.restapispringbootstarter.cache.CacheAutoConfiguration.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.CacheKey.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.CacheTmp.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.RedisConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.RedisTempUtil.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.SpringCacheConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.cache.SpringCacheUtil.class - [JAR]

cn.soboys.restapispringbootstarter.config

├─ cn.soboys.restapispringbootstarter.config.BeanAutoConfiguration.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.GenerateCodeConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.OpenApiConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.RestApiProperties.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.RestTemplateConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.StartupApplicationListener.class - [JAR]

├─ cn.soboys.restapispringbootstarter.config.UserJwtAutoConfig.class - [JAR]

cn.soboys.restapispringbootstarter.validator

├─ cn.soboys.restapispringbootstarter.validator.CronValidator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsCron.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsDateTime.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsDateTimeValidator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsEnum.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsEnumValidator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsMobile.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsMobileValidator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsMoney.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.IsMoneyValidator.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.ValidatorConfig.class - [JAR]

├─ cn.soboys.restapispringbootstarter.validator.ValidatorUtil.class - [JAR]

cn.soboys.restapispringbootstarter.domain

├─ cn.soboys.restapispringbootstarter.domain.BaseObj.class - [JAR]

├─ cn.soboys.restapispringbootstarter.domain.EntityParam.class - [JAR]

cn.soboys.restapispringbootstarter.aop

├─ cn.soboys.restapispringbootstarter.aop.BaseAspectSupport.class - [JAR]

├─ cn.soboys.restapispringbootstarter.aop.LimitAspect.class - [JAR]

├─ cn.soboys.restapispringbootstarter.aop.LogAspect.class - [JAR]