调整 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

@@ -1,12 +0,0 @@
package cn.iocoder.mall.pay.application.scheduler;
/**
* TODO
*/
public class PayNotifyAppJob {
// TODO 需要考虑下是基于 MQ 还是 Job
// TODO 通知频率
// TODO rpc 泛化回调
}