优化各个配置启动顺序

This commit is contained in:
648540858
2023-02-22 18:01:30 +08:00
parent 4446218f9e
commit 2d2832dbe9
19 changed files with 50 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ import java.util.Map;
* @author lin
*/
@Component
@Order(value=4)
@Order(value=14)
public class SipRunner implements CommandLineRunner {
@Autowired