资源管理

This commit is contained in:
root
2021-06-30 17:28:39 +08:00
parent bad0f16f90
commit b543a9502d
17 changed files with 454 additions and 3 deletions
@@ -23,11 +23,11 @@ public class CodeGen {
// 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="101.36.227.22:33050/foton_slrs_test";
private static final String DB_IP="192.168.10.47/foton_slrs_test";
private static final String DB_USER="root";
private static final String DB_PWD="1q2w3e4r";
private static final String DB_PWD="root";
/**