Parcourir la source

数据源切换域名

mashengyi il y a 5 jours
Parent
commit
da4e7f96bb
3 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. BIN
      lib/sdk-common-2.0.jar
  2. 3 3
      pom.xml
  3. 1 1
      src/main/resources/sdk.properties

BIN
lib/sdk-common-2.0.jar


+ 3 - 3
pom.xml

@@ -291,11 +291,11 @@
         </dependency>-->
 
         <dependency>
-            <groupId>sdk-common-2.0</groupId>
+            <groupId>sdk-common-1.0</groupId>
             <artifactId>sdk</artifactId>
             <scope>system</scope>
-            <version>2.0</version>
-            <systemPath>${project.basedir}/lib/sdk-common-2.0.jar</systemPath>
+            <version>1.0</version>
+            <systemPath>${project.basedir}/lib/sdk-common-1.0.jar</systemPath>
         </dependency>
 
         <!--无车-->

+ 1 - 1
src/main/resources/sdk.properties

@@ -1,4 +1,4 @@
-dtsServiceURL=https://dts.txffp.com
+dtsServiceURL=https://bs-gateway.all-in-data.com
 tempPath=/home/dts/tmp
 enableGzip=true
 enableEvent=false