jar

com.wangshanhai.guard : shanhai-guard-spring-boot-starter

Maven & Gradle

Jul 23, 2023
5 stars

shanhai-guard-spring-boot-starter · 山海Guard - 一款基于SpringBoot的安全防护组件,为生产力保驾护航!。

Table Of Contents

Latest Version

Download com.wangshanhai.guard : shanhai-guard-spring-boot-starter JAR file - Latest Versions:

All Versions

Download com.wangshanhai.guard : shanhai-guard-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
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 shanhai-guard-spring-boot-starter-1.1.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.wangshanhai.guard.mybatis

├─ com.wangshanhai.guard.mybatis.ShanHaiDataParameterInterceptor.class - [JAR]

├─ com.wangshanhai.guard.mybatis.ShanHaiDataResultsInterceptor.class - [JAR]

├─ com.wangshanhai.guard.mybatis.ShanHaiTmpData.class - [JAR]

com.wangshanhai.guard.service.impl

├─ com.wangshanhai.guard.service.impl.DefaultDataGuardServiceImpl.class - [JAR]

├─ com.wangshanhai.guard.service.impl.DefaultFileGuardRuleDefServiceImpl.class - [JAR]

com.wangshanhai.guard.decode.market

├─ com.wangshanhai.guard.decode.market.PBE.class - [JAR]

com.wangshanhai.guard.filter

├─ com.wangshanhai.guard.filter.WebScanFilter.class - [JAR]

com.wangshanhai.guard.annotation

├─ com.wangshanhai.guard.annotation.DecodeBody.class - [JAR]

├─ com.wangshanhai.guard.annotation.DecodeBodyIgnore.class - [JAR]

├─ com.wangshanhai.guard.annotation.EnableShanHaiGuard.class - [JAR]

├─ com.wangshanhai.guard.annotation.EncodeBody.class - [JAR]

├─ com.wangshanhai.guard.annotation.EncodeBodyIgnore.class - [JAR]

├─ com.wangshanhai.guard.annotation.FieldDataGuard.class - [JAR]

├─ com.wangshanhai.guard.annotation.FileGuard.class - [JAR]

├─ com.wangshanhai.guard.annotation.FileType.class - [JAR]

├─ com.wangshanhai.guard.annotation.RespFieldGuard.class - [JAR]

├─ com.wangshanhai.guard.annotation.ShanHaiDataGuard.class - [JAR]

com.wangshanhai.guard.utils

├─ com.wangshanhai.guard.utils.HttpBizException.class - [JAR]

├─ com.wangshanhai.guard.utils.Logger.class - [JAR]

├─ com.wangshanhai.guard.utils.PBEUtils.class - [JAR]

├─ com.wangshanhai.guard.utils.RandomPasswordUtils.class - [JAR]

├─ com.wangshanhai.guard.utils.ShanhaiStringUtils.class - [JAR]

├─ com.wangshanhai.guard.utils.ZipUtils.class - [JAR]

com.wangshanhai.guard.dataplug

├─ com.wangshanhai.guard.dataplug.DataEncryptDef.class - [JAR]

├─ com.wangshanhai.guard.dataplug.DataExecModel.class - [JAR]

├─ com.wangshanhai.guard.dataplug.DataGuardUtils.class - [JAR]

├─ com.wangshanhai.guard.dataplug.DataHyposensitDef.class - [JAR]

├─ com.wangshanhai.guard.dataplug.EncryptRule.class - [JAR]

├─ com.wangshanhai.guard.dataplug.HyposensitRule.class - [JAR]

com.wangshanhai.guard.service

├─ com.wangshanhai.guard.service.DecodeBodyService.class - [JAR]

├─ com.wangshanhai.guard.service.EncodeBodyService.class - [JAR]

├─ com.wangshanhai.guard.service.FileGuardRuleDefService.class - [JAR]

├─ com.wangshanhai.guard.service.PasswdService.class - [JAR]

├─ com.wangshanhai.guard.service.RespGuardRuleDefService.class - [JAR]

├─ com.wangshanhai.guard.service.ShanHaiDataGuardService.class - [JAR]

├─ com.wangshanhai.guard.service.XssCleanService.class - [JAR]

com.wangshanhai.guard.config

├─ com.wangshanhai.guard.config.DataGuardConfig.class - [JAR]

├─ com.wangshanhai.guard.config.DecodeBodyConfig.class - [JAR]

├─ com.wangshanhai.guard.config.EncodeBodyConfig.class - [JAR]

├─ com.wangshanhai.guard.config.FileGuardConfig.class - [JAR]

├─ com.wangshanhai.guard.config.MysqlGuardConfig.class - [JAR]

├─ com.wangshanhai.guard.config.PasswdGuardConfig.class - [JAR]

├─ com.wangshanhai.guard.config.RespGuardConfig.class - [JAR]

├─ com.wangshanhai.guard.config.WebGuardConfig.class - [JAR]

com.wangshanhai.guard

├─ com.wangshanhai.guard.GuardImportSelector.class - [JAR]

com.wangshanhai.guard.decode

├─ com.wangshanhai.guard.decode.PropertyDecode.class - [JAR]

com.wangshanhai.guard.resp

├─ com.wangshanhai.guard.resp.RespDataAnnotationIntrospector.class - [JAR]

├─ com.wangshanhai.guard.resp.RespDataSerializer.class - [JAR]

com.wangshanhai.guard.component

├─ com.wangshanhai.guard.component.DataGuardComponent.class - [JAR]

├─ com.wangshanhai.guard.component.DecodeBodyComponent.class - [JAR]

├─ com.wangshanhai.guard.component.EncodeBodyComponent.class - [JAR]

├─ com.wangshanhai.guard.component.FileGuardComponent.class - [JAR]

├─ com.wangshanhai.guard.component.IEnvironmentPostProcessor.class - [JAR]

├─ com.wangshanhai.guard.component.MysqlGuardComponent.class - [JAR]

├─ com.wangshanhai.guard.component.PasswdGuardComponent.class - [JAR]

├─ com.wangshanhai.guard.component.RespDataGuardComponent.class - [JAR]

├─ com.wangshanhai.guard.component.WebGuardComponent.class - [JAR]

com.wangshanhai.guard.interceptor

├─ com.wangshanhai.guard.interceptor.FileScanInterceptor.class - [JAR]

├─ com.wangshanhai.guard.interceptor.MysqlSQLScanInterceptor.class - [JAR]

Advertisement