From 34fb42da94f882c394458ba9b0d1fad4f88caf24 Mon Sep 17 00:00:00 2001
From: lizijie <lzjiiie@163.com>
Date: Fri, 15 Oct 2021 10:27:22 +0800
Subject: [PATCH] 修改XxlJob获取参数方式
---
screen-api/pom.xml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/screen-api/pom.xml b/screen-api/pom.xml
index 51edb55..7470fd8 100644
--- a/screen-api/pom.xml
+++ b/screen-api/pom.xml
@@ -16,6 +16,11 @@
<artifactId>screen-common</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>javax.persistence</groupId>
+ <artifactId>persistence-api</artifactId>
+ <version>1.0</version>
+ </dependency>
</dependencies>
<build>
--
Gitblit v1.8.0