| License | License | 
|---|---|
| Categories | CategoriesSecurity | 
| GroupId | GroupIdcom.gitee.secretopen | 
| ArtifactId | ArtifactIdsecret-boot-framework-security | 
| Last Version | Last Version1.7.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsecret-boot-framework是一个基于springboot的快速开发框架,实现开发中最基础的springboot、mybatis、redis整合,内置丰富的基础工具类,开箱即用 | 
<!-- https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-security/ -->
<dependency>
    <groupId>com.gitee.secretopen</groupId>
    <artifactId>secret-boot-framework-security</artifactId>
    <version>1.7.0</version>
</dependency>// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-security/
implementation 'com.gitee.secretopen:secret-boot-framework-security:1.7.0'// https://jarcasting.com/artifacts/com.gitee.secretopen/secret-boot-framework-security/
implementation ("com.gitee.secretopen:secret-boot-framework-security:1.7.0")'com.gitee.secretopen:secret-boot-framework-security:jar:1.7.0'<dependency org="com.gitee.secretopen" name="secret-boot-framework-security" rev="1.7.0">
  <artifact name="secret-boot-framework-security" type="jar" />
</dependency>@Grapes(
@Grab(group='com.gitee.secretopen', module='secret-boot-framework-security', version='1.7.0')
)libraryDependencies += "com.gitee.secretopen" % "secret-boot-framework-security" % "1.7.0"[com.gitee.secretopen/secret-boot-framework-security "1.7.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.gitee.secretopen : secret-boot-framework-core | jar | |
| org.springframework.boot : spring-boot-starter-security | jar | |
| org.springframework.boot : spring-boot-starter-data-redis Optional | jar |