mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 21:37:56 +08:00
[fix] 修改数据库模型无法扫描命中问题
This commit is contained in:
parent
60eb66c2aa
commit
fc588be36d
@ -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 {
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user