mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
maxkey-starter-web-static
This commit is contained in:
parent
7f5e63e28b
commit
ff9a199e4f
@ -143,6 +143,7 @@ subprojects {
|
||||
//implementation group: 'org.apache.commons', name: 'commons-digester3', version: "${commonsdigester3Version}"
|
||||
//implementation group: 'commons-digester', name: 'commons-digester', version: "${commonsdigesterVersion}"
|
||||
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: 'org.apache.commons', name: 'commons-lang3', version: "${commonslang3Version}"
|
||||
implementation group: 'commons-logging', name: 'commons-logging', version: "${commonsloggingVersion}"
|
||||
|
||||
@ -64,7 +64,7 @@ commonsdigesterVersion =2.1
|
||||
commonsioVersion =2.16.1
|
||||
commonslangVersion =2.6
|
||||
commonslang3Version =3.14.0
|
||||
commonsloggingVersion =1.3.1
|
||||
commonsloggingVersion =1.3.5
|
||||
commonspool2Version =2.12.0
|
||||
commonshttpclientVersion =3.1
|
||||
commonsfileuploadVersion =1.5
|
||||
|
||||
7
maxkey-starter/maxkey-starter-web-static/build.gradle
Normal file
7
maxkey-starter/maxkey-starter-web-static/build.gradle
Normal file
@ -0,0 +1,7 @@
|
||||
|
||||
description = "maxkey-starter-web-static"
|
||||
|
||||
|
||||
dependencies {
|
||||
|
||||
}
|
||||
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@ -6,6 +6,7 @@ apply plugin: 'java'
|
||||
|
||||
dependencies {
|
||||
implementation project(":maxkey-commons:maxkey-common")
|
||||
implementation project(":maxkey-starter:maxkey-starter-web-static")
|
||||
|
||||
//spring-cloud gateway server
|
||||
implementation group: 'org.springframework.cloud', name: 'spring-cloud-gateway-server', version: "${springcloudVersion}"
|
||||
|
||||
@ -46,6 +46,7 @@ dependencies {
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
implementation project(":maxkey-starter:maxkey-starter-social")
|
||||
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-provider")
|
||||
|
||||
@ -44,6 +44,7 @@ dependencies {
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
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-provider-mgt")
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
@ -43,6 +43,7 @@ dependencies {
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
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-provider")
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB |
@ -37,6 +37,7 @@ include ('maxkey-starter:maxkey-starter-otp')
|
||||
include ('maxkey-starter:maxkey-starter-sms')
|
||||
include ('maxkey-starter:maxkey-starter-social')
|
||||
include ('maxkey-starter:maxkey-starter-web')
|
||||
include ('maxkey-starter:maxkey-starter-web-static')
|
||||
include ('maxkey-starter:maxkey-starter-passkey')
|
||||
|
||||
//authentications
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user