修复引入的错误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.security;
import com.genersoft.iot.vmp.conf.UserSetting;
import org.junit.jupiter.api.Order;
import org.springframework.core.annotation.Order;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;