fetch:添加个人

This commit is contained in:
yinglong zhang
2021-06-22 17:15:06 +08:00
25 changed files with 554 additions and 18 deletions
+1
View File
@@ -60,6 +60,7 @@
<artifactId>spring-cloud-starter-openfeign</artifactId>
<version>2.2.0.RELEASE</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.adc</groupId>-->
<!-- <artifactId>adc-da-search</artifactId>-->
@@ -22,11 +22,11 @@ public class CodeGen {
// x.x.x.x:3306/xxxx --MYSQL
// 192.168.10.140:1521:foton_slrs_test
private static final String DB_IP="101.36.227.22:33050/foton_slrs_test";
private static final String DB_IP="192.168.10.47:3306/foton_slrs_test";
private static final String DB_USER="root";
private static final String DB_PWD="1q2w3e4r";
private static final String DB_PWD="root";
/**