(improvement)(chat) Modify the order of demo loaders (#542)

Co-authored-by: jolunoluo
This commit is contained in:
LXW
2023-12-18 23:15:23 +08:00
committed by GitHub
parent 3e18655c69
commit 7cb7697353
3 changed files with 16 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ import java.util.concurrent.CompletableFuture;
@Slf4j
@Component
@Order(5)
@Order(2)
public class ApplicationStartedListener implements CommandLineRunner {
@Autowired