[fix] 修改数据库模型无法扫描命中问题

This commit is contained in:
wujiawei 2024-01-11 10:55:24 +08:00
parent 60eb66c2aa
commit fc588be36d

View File

@ -1,7 +1,9 @@
package wu.framework.lazy.cloud.heartbeat.server;
import com.wu.framework.inner.lazy.stereotype.LazyScan;
import org.springframework.context.annotation.ComponentScan;
@LazyScan(scanBasePackages = "wu.framework.lazy.cloud.heartbeat.server.infrastructure.entity")
@ComponentScan(basePackages = "wu.framework.lazy.cloud.heartbeat.server")
public class EnableHeartbeatServerAutoConfiguration {
}