mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2026-02-04 15:05:54 +08:00
[fix] 修改数据库模型无法扫描命中问题
This commit is contained in:
@@ -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 {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user