File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ ### V1.0.23 (2021-01-26)
2+
3+ * 新增功能:
4+ 1 . 支持国密版本安装部署
5+ 2 . 新增数据概览面板
6+ 3 . 支持CPT实时链上查询和分页查询
7+ 4 . 支持Policy链上注册及查询
18
29### V1.0.22 (2020-12-20)
310
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.2.2.RELEASE '
2+ id ' org.springframework.boot' version ' 2.4.1 '
33 id ' io.spring.dependency-management' version ' 1.0.8.RELEASE'
44 id ' java'
55}
@@ -96,7 +96,7 @@ List redis_driver = [
9696 " org.redisson:redisson:3.13.1"
9797]
9898
99- def spring_version = " 5.2.8.RELEASE "
99+ def spring_version = " 5.3.2 "
100100List spring = [
101101 " org.springframework:spring-aop:$spring_version " ,
102102 " org.springframework:spring-beans:$spring_version " ,
Original file line number Diff line number Diff line change 11org.gradle.jvmargs =' -Dfile.encoding=UTF-8'
2- weidSdkVersion =1.8.0-rc.3-SNAPSHOT
2+ weidSdkVersion =1.8.0
33repoType =cn
44jdkTlsNamedGroups =secp256r1,secp256k1
55signing.keyId =
You can’t perform that action at this time.
0 commit comments