From 6b43061d4dec7c1c99d089cf2e2f6ed56e0cb598 Mon Sep 17 00:00:00 2001
From: peng <peng.com>
Date: 星期三, 01 四月 2026 14:13:37 +0800
Subject: [PATCH] 兼容postgresql
---
start/pom.xml | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/start/pom.xml b/start/pom.xml
index fe39d9e..2064aa5 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -64,6 +64,7 @@
<artifactId>spring-boot-maven-plugin</artifactId>
<version>2.5.15</version>
<configuration>
+ <includeSystemScope>true</includeSystemScope>
<fork>true</fork> <!-- 濡傛灉娌℃湁璇ラ厤缃紝devtools涓嶄細鐢熸晥 -->
</configuration>
<executions>
--
Gitblit v1.8.0