License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration |
GroupId | GroupIdcom.yishuifengxiao.common |
ArtifactId | ArtifactIdcommon-spring-boot-autoconfigure |
Last Version | Last Version4.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncommon-spring-boot-autoconfigure
易水公共组件是基于springboot的高度封装的通用型组件,在对spring security和spring security oauth2高度可定制化的功能封装外,还支持第三方登录和sso单点登录功能,使用户能够快速开启QQ登录和微信登录能力,搭建属于自己的认证/授权中心。此外,工具还提供各种常见的图形验证码、短信验证码和邮件验证码功能,并支持跨域设置和全局异常捕获功能,实现自定义异常信息提示。另外,组件还包含swagger接口文档功能,支持一键导出离线接口使用文档。最后,组件提供了大量丰富的配置属性,支持通过属性配置完成各项功能设置,真正实现零侵入、无缝接入功能
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-spring-boot-autoconfigure/ -->
<dependency>
<groupId>com.yishuifengxiao.common</groupId>
<artifactId>common-spring-boot-autoconfigure</artifactId>
<version>4.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-spring-boot-autoconfigure/
implementation 'com.yishuifengxiao.common:common-spring-boot-autoconfigure:4.2.3'
// https://jarcasting.com/artifacts/com.yishuifengxiao.common/common-spring-boot-autoconfigure/
implementation ("com.yishuifengxiao.common:common-spring-boot-autoconfigure:4.2.3")
'com.yishuifengxiao.common:common-spring-boot-autoconfigure:jar:4.2.3'
<dependency org="com.yishuifengxiao.common" name="common-spring-boot-autoconfigure" rev="4.2.3">
<artifact name="common-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yishuifengxiao.common', module='common-spring-boot-autoconfigure', version='4.2.3')
)
libraryDependencies += "com.yishuifengxiao.common" % "common-spring-boot-autoconfigure" % "4.2.3"
[com.yishuifengxiao.common/common-spring-boot-autoconfigure "4.2.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.8.RELEASE |