add 添加标准合规评估结果接口

This commit is contained in:
yinglong zhang
2021-06-16 17:03:34 +08:00
parent 469014cdc1
commit 4ffd46b830
30 changed files with 622 additions and 16 deletions
@@ -18,15 +18,15 @@ public class CodeGen {
private static final String PACKAGE_PATH="/adc-da-slrs/src/main";
private static final String AUTHOR="super_liu";
private static final String AUTHOR="zyl";
// x.x.x.x:3306/xxxx --MYSQL
// 192.168.10.140:1521:foton_slrs_test
private static final String DB_IP="127.0.0.1:3306/foton_slrs";
private static final String DB_IP="101.36.227.22:33050/foton_slrs_test";
private static final String DB_USER="root";
private static final String DB_PWD="root";
private static final String DB_PWD="1q2w3e4r";
/**