refactor(trigger): 删除多余的包信息文件- 移除了 http 包中的 package-info.java 文件

- 移除了 job 包中的 package-info.java 文件
- 移除了 listener 包中的 package-info.java 文件
This commit is contained in:
lijunming 2025-09-26 13:44:29 +08:00
parent 46d676a8c1
commit 9022a082c5
3 changed files with 0 additions and 13 deletions

View File

@ -1,4 +0,0 @@
/**
* HTTP 接口服务
*/
package com.touka.trigger.http;

View File

@ -1,4 +0,0 @@
/**
* 任务服务可以选择使用 Spring 默认提供的 Schedule https://bugstack.cn/md/road-map/quartz.html
*/
package com.touka.trigger.job;

View File

@ -1,5 +0,0 @@
/**
* 监听服务在单体服务中解耦流程类似MQ的使用如Spring的EventGuava的事件总线都可以如果使用了 Redis 那么也可以有发布/订阅使用
* Guavahttps://bugstack.cn/md/road-map/guava.html
*/
package com.touka.trigger.listener;