#248 最新镜像 启动登陆异常

This commit is contained in:
shimingxy 2025-08-05 10:16:58 +08:00
parent 13840120dd
commit 0a44491962
2 changed files with 3 additions and 2 deletions

View File

@ -40,6 +40,7 @@ dependencies {
implementation project(":maxkey-commons:maxkey-common")
implementation project(":maxkey-commons:maxkey-core")
implementation project(":maxkey-commons:maxkey-crypto")
implementation project(":maxkey-commons:maxkey-ldap")
implementation project(":maxkey-entity")
implementation project(":maxkey-persistence")

View File

@ -67,11 +67,11 @@ include ('maxkey-protocols:maxkey-protocol-saml-2.0')
include ('maxkey-protocols:maxkey-protocol-tokenbased')
//webs
//gataway
include ('maxkey-webs:maxkey-gataway')
//maxkey(sign)
include ('maxkey-webs:maxkey-web-maxkey')
//management(mgt)
include ('maxkey-webs:maxkey-web-mgt')
//openapi(open)
include ('maxkey-webs:maxkey-web-openapi')
//gataway
include ('maxkey-webs:maxkey-gataway')