Merge remote-tracking branch 'origin/develop_3' into develop_3

This commit is contained in:
zhaokaiyao@91isoft.com
2021-08-17 14:09:26 +08:00
@@ -18,12 +18,9 @@ public class CodeGen {
private static final String PACKAGE_PATH="/adc-da-slrs/src/main";
private static final String AUTHOR="zyl";
private static final String AUTHOR="super_liu";
// x.x.x.x:3306/xxxx --MYSQL
// 192.168.10.140:1521:foton_slrs_test
// foton_slrs_test@101.36.227.22
private static final String DB_IP="192.168.10.47/foton_slrs_test";
private static final String DB_IP="127.0.0.1:3306/foton_slrs_test";
private static final String DB_USER="root";