修复引入的错误Order

This commit is contained in:
648540858
2023-05-29 20:18:42 +08:00
parent 6bbac849b3
commit 57192a49d1
8 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
package com.genersoft.iot.vmp.conf;
import org.junit.jupiter.api.Order;
import org.springframework.core.annotation.Order;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;