From 8b18f36f1c34b9660a1e6a18cb7ad57564edd347 Mon Sep 17 00:00:00 2001
From: shicf <shi_chongfu@163.com>
Date: 星期日, 29 三月 2026 17:46:18 +0800
Subject: [PATCH] 数据中获取表名
---
pom.xml | 35 ++++++++++++++++++++---------------
1 files changed, 20 insertions(+), 15 deletions(-)
diff --git a/pom.xml b/pom.xml
index 821ac78..75f6e9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,24 +2,16 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <parent>
- <artifactId>product-server</artifactId>
- <groupId>com.lx</groupId>
- <version>2.0.0-release</version>
- </parent>
<modelVersion>4.0.0</modelVersion>
-
+ <parent>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server</artifactId>
+ <version>2.5.0-release</version>
+ </parent>
<artifactId>product-server-mobile-core</artifactId>
-
- <properties>
- <maven.compiler.source>8</maven.compiler.source>
- <maven.compiler.target>8</maven.compiler.target>
- </properties>
+ <name>product-server-mobile-core</name>
+ <description>product-server-mobile-core</description>
<dependencies>
- <dependency>
- <groupId>com.lx</groupId>
- <artifactId>product-server-common</artifactId>
- </dependency>
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-util</artifactId>
@@ -27,6 +19,14 @@
<dependency>
<groupId>com.lx</groupId>
<artifactId>product-server-admin</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-tool-flow</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-tool-face</artifactId>
</dependency>
<!--releases -->
<dependency>
@@ -37,5 +37,10 @@
<groupId>com.lx</groupId>
<artifactId>product-server-file</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.lx</groupId>
+ <artifactId>product-server-task</artifactId>
+ </dependency>
</dependencies>
+
</project>
--
Gitblit v1.9.2