1 Star 0 Fork 5

WeBank / WeIdentity-Sample

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 214 Bytes
一键复制 编辑 原始数据 按行查看 历史
oueru 提交于 2020-08-07 16:27 . fix the bug of registering cpt
#!/bin/bash
JAVA_OPTS='-Djdk.tls.namedGroups="secp256r1,secp256k1"'
nohup java ${JAVA_OPTS} -cp dist/app/*:resources/:dist/lib/* com.webank.weid.demo.server.SampleApp >./logs/all.log 2>&1 &
tail -f ./logs/all.log
1
https://gitee.com/WeBank/WeIdentity-Sample.git
git@gitee.com:WeBank/WeIdentity-Sample.git
WeBank
WeIdentity-Sample
WeIdentity-Sample
master

搜索帮助