License |
License |
---|---|
Categories |
CategoriesSecurity config Application Layer Libs Configuration |
GroupId | GroupIdcom.centit.framework |
ArtifactId | ArtifactIdframework-security-boot-config |
Version | Version5.0.2101 |
Type | Typejar |
Description |
Description基于spring mvc的内部开发框架.
包括了对 spring mvc, spring security, spring session, hibernate, mybatis, flyway 等等开源框架的整合;
同时,设计了一套基础用户、组织机构和功能权限、数据权限体系,作为公司内部研发的基础平台。
|
Project Organization |
Project Organization江苏南大先腾信息产业股份有限公司 |
<!-- https://jarcasting.com/artifacts/com.centit.framework/framework-security-boot-config/ -->
<dependency>
<groupId>com.centit.framework</groupId>
<artifactId>framework-security-boot-config</artifactId>
<version>5.0.2101</version>
</dependency>
// https://jarcasting.com/artifacts/com.centit.framework/framework-security-boot-config/
implementation 'com.centit.framework:framework-security-boot-config:5.0.2101'
// https://jarcasting.com/artifacts/com.centit.framework/framework-security-boot-config/
implementation ("com.centit.framework:framework-security-boot-config:5.0.2101")
'com.centit.framework:framework-security-boot-config:jar:5.0.2101'
<dependency org="com.centit.framework" name="framework-security-boot-config" rev="5.0.2101">
<artifact name="framework-security-boot-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.centit.framework', module='framework-security-boot-config', version='5.0.2101')
)
libraryDependencies += "com.centit.framework" % "framework-security-boot-config" % "5.0.2101"
[com.centit.framework/framework-security-boot-config "5.0.2101"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot Optional | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.3.RELEASE |
org.springframework.boot : spring-boot-starter-security | jar | 2.1.3.RELEASE |
org.jasig.cas.client : cas-client-core | jar | 3.5.1 |
org.springframework.security : spring-security-cas | jar | 5.1.4.RELEASE |
com.centit.framework : framework-security | jar | 5.0.2101 |
com.centit.framework : framework-system-static | jar | 5.0.2101 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.2 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |