浏览代码

maxkey-starter-web-static

MaxKey 1 月之前
父节点
当前提交
ff9a199e4f

+ 1 - 0
build.gradle

@@ -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}"

+ 1 - 1
gradle.properties

@@ -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 - 0
maxkey-starter/maxkey-starter-web-static/build.gradle

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

+ 0 - 0
maxkey-commons/maxkey-core/src/main/resources/favicon.ico → maxkey-starter/maxkey-starter-web-static/src/main/resources/favicon.ico


+ 0 - 0
maxkey-webs/maxkey-web-maxkey/src/main/resources/static/favicon.ico → maxkey-starter/maxkey-starter-web-static/src/main/resources/static/favicon.ico


+ 0 - 0
maxkey-webs/maxkey-web-maxkey/src/main/resources/static/jquery-3.6.0.min.js → maxkey-starter/maxkey-starter-web-static/src/main/resources/static/jquery-3.6.0.min.js


+ 0 - 0
maxkey-webs/maxkey-web-maxkey/src/main/resources/static/jquery-3.6.0.min.map → maxkey-starter/maxkey-starter-web-static/src/main/resources/static/jquery-3.6.0.min.map


+ 1 - 0
maxkey-webs/maxkey-gataway/build.gradle

@@ -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}"

+ 1 - 0
maxkey-webs/maxkey-web-maxkey/build.gradle

@@ -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")

+ 1 - 0
maxkey-webs/maxkey-web-mgt/build.gradle

@@ -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")

二进制
maxkey-webs/maxkey-web-mgt/src/main/resources/static/favicon.ico


+ 1 - 0
maxkey-webs/maxkey-web-openapi/build.gradle

@@ -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")

二进制
maxkey-webs/maxkey-web-openapi/src/main/resources/static/favicon.ico


+ 1 - 0
settings.gradle

@@ -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