修改 order 顺序

This commit is contained in:
2023-12-25 14:35:25 +08:00
parent 83d2ee2f3a
commit db77258c13
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ import java.util.List;
import java.util.Map;
@Slf4j
@Order(value = 4)
@Order(4)
@Component
public class InitializeAdapayConfig implements CommandLineRunner {