Ver Fonte

change pg rds

wangyunpeng há 12 horas atrás
pai
commit
85e23dd6df

+ 1 - 1
core/src/main/resources/generator/mybatis-pgvector-generator-config.xml

@@ -27,7 +27,7 @@
 
         <!-- PostgreSQL 17 连接配置 -->
         <jdbcConnection driverClass="org.postgresql.Driver"
-                        connectionURL="jdbc:postgresql://pgm-bp1p0qr1gim87wnibo.pg.rds.aliyuncs.com/vector?currentSchema=public"
+                        connectionURL="jdbc:postgresql://pgm-bp1x72iry10srsc2jo.pg.rds.aliyuncs.com/vector?currentSchema=public"
                         userId="vector" password="vector123456@">
             <!-- PostgreSQL 需要指定 schema -->
             <property name="nullCatalogMeansCurrent" value="true"/>

+ 1 - 1
server/src/main/resources/application-dev.yml

@@ -15,7 +15,7 @@ spring:
         connection-test-query: SELECT 1
     pg-vector:
       driver-class-name: org.postgresql.Driver
-      jdbc-url: jdbc:postgresql://pgm-bp1p0qr1gim87wnibo.pg.rds.aliyuncs.com/vector?currentSchema=public
+      jdbc-url: jdbc:postgresql://pgm-bp1x72iry10srsc2jo.pg.rds.aliyuncs.com/vector?currentSchema=public
       username: vector
       password: vector123456@
       type: com.zaxxer.hikari.HikariDataSource

+ 1 - 1
server/src/main/resources/application-prod.yml

@@ -15,7 +15,7 @@ spring:
         connection-test-query: SELECT 1
     pg-vector:
       driver-class-name: org.postgresql.Driver
-      jdbc-url: jdbc:postgresql://pgm-bp1p0qr1gim87wni.pg.rds.aliyuncs.com/vector?currentSchema=public
+      jdbc-url: jdbc:postgresql://pgm-bp1x72iry10srsc2.pg.rds.aliyuncs.com/vector?currentSchema=public
       username: vector
       password: vector123456@
       type: com.zaxxer.hikari.HikariDataSource

+ 1 - 1
server/src/main/resources/application-test.yml

@@ -15,7 +15,7 @@ spring:
         connection-test-query: SELECT 1
     pg-vector:
       driver-class-name: org.postgresql.Driver
-      jdbc-url: jdbc:postgresql://pgm-bp1p0qr1gim87wni.pg.rds.aliyuncs.com/vector?currentSchema=public
+      jdbc-url: jdbc:postgresql://pgm-bp1x72iry10srsc2.pg.rds.aliyuncs.com/vector?currentSchema=public
       username: vector
       password: vector123456@
       type: com.zaxxer.hikari.HikariDataSource