Commit 010f7290 by chamberone

去掉pg配置

1 parent db3e14f5
......@@ -73,10 +73,6 @@
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
......
......@@ -16,7 +16,7 @@ spring:
config:
import:
- optional:nacos:project-order.yaml
- optional:nacos:datasource-config.yaml
# - optional:nacos:datasource-config.yaml
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
url: jdbc:mysql://119.3.12.237:3306/saas_aftersale_test?serverTimezone=UTC
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!