maxkey-starter-web-static

This commit is contained in:
MaxKey 2025-12-03 20:13:00 +08:00
parent 7f5e63e28b
commit ff9a199e4f
14 changed files with 14 additions and 1 deletions

View File

@ -143,6 +143,7 @@ subprojects {
//implementation group: 'org.apache.commons', name: 'commons-digester3', version: "${commonsdigester3Version}" //implementation group: 'org.apache.commons', name: 'commons-digester3', version: "${commonsdigester3Version}"
//implementation group: 'commons-digester', name: 'commons-digester', version: "${commonsdigesterVersion}" //implementation group: 'commons-digester', name: 'commons-digester', version: "${commonsdigesterVersion}"
implementation group: 'commons-io', name: 'commons-io', version: "${commonsioVersion}" implementation group: 'commons-io', name: 'commons-io', version: "${commonsioVersion}"
implementation group: 'commons-logging', name: 'commons-logging', version: "${commonsloggingVersion}"
implementation group: 'commons-lang', name: 'commons-lang', version: "${commonslangVersion}" implementation group: 'commons-lang', name: 'commons-lang', version: "${commonslangVersion}"
implementation group: 'org.apache.commons', name: 'commons-lang3', version: "${commonslang3Version}" implementation group: 'org.apache.commons', name: 'commons-lang3', version: "${commonslang3Version}"
implementation group: 'commons-logging', name: 'commons-logging', version: "${commonsloggingVersion}" implementation group: 'commons-logging', name: 'commons-logging', version: "${commonsloggingVersion}"

View File

@ -64,7 +64,7 @@ commonsdigesterVersion =2.1
commonsioVersion =2.16.1 commonsioVersion =2.16.1
commonslangVersion =2.6 commonslangVersion =2.6
commonslang3Version =3.14.0 commonslang3Version =3.14.0
commonsloggingVersion =1.3.1 commonsloggingVersion =1.3.5
commonspool2Version =2.12.0 commonspool2Version =2.12.0
commonshttpclientVersion =3.1 commonshttpclientVersion =3.1
commonsfileuploadVersion =1.5 commonsfileuploadVersion =1.5

View File

@ -0,0 +1,7 @@
description = "maxkey-starter-web-static"
dependencies {
}

View File

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 66 KiB

View File

@ -6,6 +6,7 @@ apply plugin: 'java'
dependencies { dependencies {
implementation project(":maxkey-commons:maxkey-common") implementation project(":maxkey-commons:maxkey-common")
implementation project(":maxkey-starter:maxkey-starter-web-static")
//spring-cloud gateway server //spring-cloud gateway server
implementation group: 'org.springframework.cloud', name: 'spring-cloud-gateway-server', version: "${springcloudVersion}" implementation group: 'org.springframework.cloud', name: 'spring-cloud-gateway-server', version: "${springcloudVersion}"

View File

@ -46,6 +46,7 @@ dependencies {
implementation project(":maxkey-starter:maxkey-starter-sms") implementation project(":maxkey-starter:maxkey-starter-sms")
implementation project(":maxkey-starter:maxkey-starter-social") implementation project(":maxkey-starter:maxkey-starter-social")
implementation project(":maxkey-starter:maxkey-starter-web") implementation project(":maxkey-starter:maxkey-starter-web")
implementation project(":maxkey-starter:maxkey-starter-web-static")
implementation project(":maxkey-authentications:maxkey-authentication-core") implementation project(":maxkey-authentications:maxkey-authentication-core")
implementation project(":maxkey-authentications:maxkey-authentication-provider") implementation project(":maxkey-authentications:maxkey-authentication-provider")

View File

@ -44,6 +44,7 @@ dependencies {
implementation project(":maxkey-starter:maxkey-starter-otp") implementation project(":maxkey-starter:maxkey-starter-otp")
implementation project(":maxkey-starter:maxkey-starter-sms") implementation project(":maxkey-starter:maxkey-starter-sms")
implementation project(":maxkey-starter:maxkey-starter-web") implementation project(":maxkey-starter:maxkey-starter-web")
implementation project(":maxkey-starter:maxkey-starter-web-static")
implementation project(":maxkey-authentications:maxkey-authentication-core") implementation project(":maxkey-authentications:maxkey-authentication-core")
implementation project(":maxkey-authentications:maxkey-authentication-provider-mgt") implementation project(":maxkey-authentications:maxkey-authentication-provider-mgt")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

View File

@ -43,6 +43,7 @@ dependencies {
implementation project(":maxkey-starter:maxkey-starter-otp") implementation project(":maxkey-starter:maxkey-starter-otp")
implementation project(":maxkey-starter:maxkey-starter-sms") implementation project(":maxkey-starter:maxkey-starter-sms")
implementation project(":maxkey-starter:maxkey-starter-web") implementation project(":maxkey-starter:maxkey-starter-web")
implementation project(":maxkey-starter:maxkey-starter-web-static")
implementation project(":maxkey-authentications:maxkey-authentication-core") implementation project(":maxkey-authentications:maxkey-authentication-core")
implementation project(":maxkey-authentications:maxkey-authentication-provider") implementation project(":maxkey-authentications:maxkey-authentication-provider")

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

View File

@ -37,6 +37,7 @@ include ('maxkey-starter:maxkey-starter-otp')
include ('maxkey-starter:maxkey-starter-sms') include ('maxkey-starter:maxkey-starter-sms')
include ('maxkey-starter:maxkey-starter-social') include ('maxkey-starter:maxkey-starter-social')
include ('maxkey-starter:maxkey-starter-web') include ('maxkey-starter:maxkey-starter-web')
include ('maxkey-starter:maxkey-starter-web-static')
include ('maxkey-starter:maxkey-starter-passkey') include ('maxkey-starter:maxkey-starter-passkey')
//authentications //authentications