调整 pay-service-impl 的包,增加 biz 包

增加定时任务,使用 xxl-job
This commit is contained in:
YunaiV
2019-03-14 00:20:40 +08:00
parent 7d423c8ed2
commit 9d7af382ab
33 changed files with 146 additions and 68 deletions

View File

@@ -19,6 +19,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>cn.iocoder.mall</groupId>
@@ -66,6 +67,12 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>
<build>