加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* in the user guide at https://docs.gradle.org
*/
rootProject.name = 'MaxKey'
//Common
include 'maxkey-common'
include 'maxkey-core'
include 'maxkey-persistence'
//include 'maxkey-authentications'
include 'maxkey-authentications:maxkey-authentication-core'
include 'maxkey-authentications:maxkey-authentication-captcha'
include 'maxkey-authentications:maxkey-authentication-social'
include 'maxkey-authentications:maxkey-authentication-otp'
//identity
include 'maxkey-identitys:maxkey-identity-scim'
include 'maxkey-identitys:maxkey-identity-rest'
include 'maxkey-identitys:maxkey-synchronizers'
//Protocol
//include 'maxkey-protocols'
include 'maxkey-protocols:maxkey-protocol-authorize'
include 'maxkey-protocols:maxkey-protocol-oauth-2.0'
include 'maxkey-protocols:maxkey-protocol-saml-2.0'
include 'maxkey-protocols:maxkey-protocol-cas'
include 'maxkey-protocols:maxkey-protocol-jwt'
include 'maxkey-protocols:maxkey-protocol-formbased'
include 'maxkey-protocols:maxkey-protocol-tokenbased'
include 'maxkey-protocols:maxkey-protocol-extendapi'
//include 'maxkey-webs'
//maxkey
include 'maxkey-web-maxkey'
//maxkey-mgt
include 'maxkey-web-manage'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化