dengsixing 9 mēneši atpakaļ
vecāks
revīzija
c90eb3349a
2 mainītis faili ar 24 papildinājumiem un 35 dzēšanām
  1. 20 31
      pom.xml
  2. 4 4
      src/main/resources/application-dev.yml

+ 20 - 31
pom.xml

@@ -19,20 +19,6 @@
   <!-- FIXME change it to the project's website -->
   <url>http://www.example.com</url>
 
-  <repositories>
-    <repository>
-      <id>releases</id>
-      <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
-    </repository>
-    <repository>
-      <id>snapshots</id>
-      <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
-    </repository>
-    <repository>
-      <id>nexus-aliyun</id>
-      <url>http://maven.aliyun.com/nexus/content/groups/public</url>
-    </repository>
-  </repositories>
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -113,17 +99,23 @@
 <!--      <version>11.2.0.3</version>-->
 <!--    </dependency>-->
 
-    <dependency>
-      <groupId>com.oracle.ojdbc</groupId>
-      <artifactId>ojdbc8</artifactId>
-      <version>19.3.0.0</version>
-    </dependency>
+<!--    <dependency>-->
+<!--      <groupId>com.oracle.ojdbc</groupId>-->
+<!--      <artifactId>ojdbc8</artifactId>-->
+<!--      <version>19.3.0.0</version>-->
+<!--    </dependency>-->
+
+<!--    <dependency>-->
+<!--      <groupId>cn.easyproject</groupId>-->
+<!--      <artifactId>orai18n</artifactId>-->
+<!--      <version>12.1.0.2.0</version>-->
+<!--      <scope>provided</scope>-->
+<!--    </dependency>-->
 
     <dependency>
-      <groupId>cn.easyproject</groupId>
-      <artifactId>orai18n</artifactId>
-      <version>12.1.0.2.0</version>
-      <scope>provided</scope>
+      <groupId>com.chinatower.product.chinatower_visual3d</groupId>
+      <artifactId>vastbase</artifactId>
+      <version>1.0</version>
     </dependency>
 
 
@@ -216,15 +208,12 @@
 
   </build>
 
-  <distributionManagement>
+  <repositories>
     <repository>
-      <id>releases</id>
-      <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
+      <id>chinatower</id>
+      <name>铁塔</name>
+      <url>http://10.38.77.5:8081/repository/maven-public/</url>
     </repository>
 
-    <snapshotRepository>
-      <id>snapshots</id>
-      <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/snapshots/</url>
-    </snapshotRepository>
-  </distributionManagement>
+  </repositories>
 </project>

+ 4 - 4
src/main/resources/application-dev.yml

@@ -16,10 +16,10 @@ spring:
     #开启消息投递确认机制
     publisher-confirm-type: correlated
   datasource:
-    url: jdbc:oracle:thin:@//10.180.41.39:1521/resdb
-    username: RES_VR
-    password: IDCqawsed@123.
-    driver-class-name: oracle.jdbc.OracleDriver
+    url: jdbc:postgresql://10.180.145.98:5432/chinatower_vr
+    username: res_vr
+    password: qawsed@123.
+    driver-class-name: org.postgresql.Driver
     hikari:
       maximum-pool-size: 20 #连接池最大连接数
       minimum-idle: 5 #连接池最小连接数