jars version&login update

jars version&login update
This commit is contained in:
MaxKey 2021-05-13 12:00:05 +08:00
parent 79bade9304
commit 9b74325891
2 changed files with 6 additions and 10 deletions

View File

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

View File

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