Commit 57192a49d1e6c441389bb54f968b93744b5eadac
1 parent
6bbac849
修复引入的错误Order
Showing
8 changed files
with
8 additions
and
8 deletions
src/main/java/com/genersoft/iot/vmp/conf/MediaConfig.java
| ... | ... | @@ -2,11 +2,11 @@ package com.genersoft.iot.vmp.conf; |
| 2 | 2 | |
| 3 | 3 | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem; |
| 4 | 4 | import com.genersoft.iot.vmp.utils.DateUtil; |
| 5 | -import org.junit.jupiter.api.Order; | |
| 6 | 5 | import org.slf4j.Logger; |
| 7 | 6 | import org.slf4j.LoggerFactory; |
| 8 | 7 | import org.springframework.beans.factory.annotation.Value; |
| 9 | 8 | import org.springframework.context.annotation.Configuration; |
| 9 | +import org.springframework.core.annotation.Order; | |
| 10 | 10 | import org.springframework.util.ObjectUtils; |
| 11 | 11 | |
| 12 | 12 | import java.net.InetAddress; | ... | ... |
src/main/java/com/genersoft/iot/vmp/conf/ProxyServletConfig.java
| ... | ... | @@ -5,7 +5,7 @@ import com.genersoft.iot.vmp.service.IMediaServerService; |
| 5 | 5 | import org.apache.http.HttpHost; |
| 6 | 6 | import org.apache.http.HttpRequest; |
| 7 | 7 | import org.apache.http.HttpResponse; |
| 8 | -import org.junit.jupiter.api.Order; | |
| 8 | +import org.springframework.core.annotation.Order; | |
| 9 | 9 | import org.mitre.dsmiley.httpproxy.ProxyServlet; |
| 10 | 10 | import org.slf4j.Logger; |
| 11 | 11 | import org.slf4j.LoggerFactory; | ... | ... |
src/main/java/com/genersoft/iot/vmp/conf/SipConfig.java
src/main/java/com/genersoft/iot/vmp/conf/SpringDocConfig.java
| ... | ... | @@ -4,7 +4,7 @@ import io.swagger.v3.oas.models.OpenAPI; |
| 4 | 4 | import io.swagger.v3.oas.models.info.Contact; |
| 5 | 5 | import io.swagger.v3.oas.models.info.Info; |
| 6 | 6 | import io.swagger.v3.oas.models.info.License; |
| 7 | -import org.junit.jupiter.api.Order; | |
| 7 | +import org.springframework.core.annotation.Order; | |
| 8 | 8 | import org.springdoc.core.GroupedOpenApi; |
| 9 | 9 | import org.springframework.beans.factory.annotation.Value; |
| 10 | 10 | import org.springframework.context.annotation.Bean; | ... | ... |
src/main/java/com/genersoft/iot/vmp/conf/ThreadPoolTaskConfig.java
| 1 | 1 | package com.genersoft.iot.vmp.conf; |
| 2 | 2 | |
| 3 | -import org.junit.jupiter.api.Order; | |
| 4 | 3 | import org.springframework.context.annotation.Bean; |
| 5 | 4 | import org.springframework.context.annotation.Configuration; |
| 5 | +import org.springframework.core.annotation.Order; | |
| 6 | 6 | import org.springframework.scheduling.annotation.EnableAsync; |
| 7 | 7 | import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor; |
| 8 | 8 | ... | ... |
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
src/main/java/com/genersoft/iot/vmp/conf/VersionConfig.java
src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
| 1 | 1 | package com.genersoft.iot.vmp.conf.security; |
| 2 | 2 | |
| 3 | 3 | import com.genersoft.iot.vmp.conf.UserSetting; |
| 4 | -import org.junit.jupiter.api.Order; | |
| 4 | +import org.springframework.core.annotation.Order; | |
| 5 | 5 | import org.slf4j.Logger; |
| 6 | 6 | import org.slf4j.LoggerFactory; |
| 7 | 7 | import org.springframework.beans.factory.annotation.Autowired; | ... | ... |