refactor(core): 统一实体类引用并优化依赖配置
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-reactor-netty</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>cn.fateverse</groupId>
|
||||
<artifactId>admin-api</artifactId>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package cn.fateverse.notice.handler;
|
||||
|
||||
import cn.hutool.core.util.StrUtil;
|
||||
import cn.fateverse.admin.entity.Role;
|
||||
import cn.fateverse.admin.entity.User;
|
||||
import cn.fateverse.common.core.entity.Role;
|
||||
import cn.fateverse.common.core.entity.User;
|
||||
import cn.fateverse.common.redis.constant.RedisConstant;
|
||||
import cn.fateverse.notice.entity.DelayedTask;
|
||||
import cn.fateverse.notice.entity.SocketAuth;
|
||||
|
||||
Reference in New Issue
Block a user