Skip to content
superPershing edited this page Aug 24, 2020 · 17 revisions

Welcome to the archguard.org wiki!

General Diagram

Diagram

Env Info

手动更新数据(登录到服务器)

cd /home/ec2-user/Dubbo
curl -sSL http://ec2-68-79-38-105.cn-northwest-1.compute.amazonaws.com.cn:8080/job/code-scanners/lastSuccessfulBuild/artifact/scan_java_bytecode/target/scan_java_bytecode-1.X-jar-with-dependencies.jar -o scan_java_bytecode-1.X-jar-with-dependencies.jar
java -Ddburl="jdbc:mysql://root:prisma@localhost:13306/default@default?useSSL=false" -jar scan_java_bytecode-1.X-jar-with-dependencies.jar /home/ec2-user/Dubbo/dubbo-samples -parse-xml
Clone this wiki locally