Browse Source

jars version&login update

jars version&login update
MaxKey 4 năm trước cách đây
mục cha
commit
9b74325891

+ 5 - 5
gradle.properties

@@ -1,9 +1,9 @@
-#properties for maxkey
+#maxkey properties 
 group							=maxkey.top
 version							=2.8.0
 vendor							=https://www.maxkey.top
 author							=MaxKeyTop
-#Version For use jar
+#maxkey used jars version
 #Apache
 commonsbeanutilsVersion			=1.9.3
 commonscodecVersion				=1.15
@@ -23,7 +23,8 @@ commonspool2Version				=2.6.2
 commonshttpclientVersion		=3.1
 commonsfileuploadVersion		=1.4
 commonsemailVersion				=1.5
-httpcoreVersion					=4.4.13
+httpcomponentsVersion			=4.5.13
+httpcoreVersion					=4.4.14
 velocityVersion					=1.7
 velocitydepVersion				=1.4
 freemarkerVersion				=2.3.31
@@ -31,12 +32,11 @@ xmlbeansVersion					=3.0.1
 commonscompressVersion			=1.20
 log4jVersion         			=2.14.1
 kafkaclientsVersion				=2.6.1
-httpcomponentsVersion			=4.5.12
 poiVersion	 					=4.1.2
 tomcatVersion					=9.0.44
 tomcatembedloggingjuliVersion	=8.5.2
 #spring
-springVersion        			=5.3.6
+springVersion        			=5.3.7
 springBootVersion    			=2.4.5
 springSecurityVersion			=5.4.6
 springDataVersion    			=2.4.1

+ 1 - 5
maxkey-web-maxkey/src/main/resources/templates/views/login.ftl

@@ -168,10 +168,6 @@
 			<#--todo:send captcha-->
 			captchaCountTimer=setInterval("getCaptchaCount()", 1000);
 		});
-		$('#register').on('click',function(){
-			window.location.href="<@base />/registration/forward";
-		});
-		
 	});
 </script>
 </head>
@@ -377,7 +373,7 @@
 						</td>
 					</tr>
 					<tr>
-						<td id="register"><@locale code="login.text.register"/></td>
+						<td id="register"><a href="<@base />/registration/forward"><div><@locale code="login.text.register"/></div></a></td>
 					</tr>
 				</table>
 						</td>