修改 order 顺序

This commit is contained in:
2023-12-25 14:27:16 +08:00
parent e349b8641e
commit 83d2ee2f3a
4 changed files with 8 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ import org.springframework.boot.CommandLineRunner;
import org.springframework.core.annotation.Order;
import org.springframework.stereotype.Component;
@Order(value = 2)
@Order(value = 3)
@Component
public class WechatPayConfig implements CommandLineRunner {
/**