Pu Zhibing
7 天以前 0c41f99c7f1a0d7deeeef23a5b3b890aed32ce63
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
//package com.sinata.push.config;
//
//import com.sinata.push.util.echo.NettyServerController;
//import lombok.Data;
//import org.springframework.boot.context.properties.ConfigurationProperties;
//import org.springframework.context.annotation.Configuration;
//import org.springframework.stereotype.Component;
//
//import javax.annotation.PostConstruct;
//
///**
// * @author zhibing.pu
// * @Date 2025/8/12 13:58
// */
//@Data
//@Configuration
//@ConfigurationProperties(prefix = "qyt")
//public class QYTConfig {
//    /**
//     * 出行网关接口地址
//     */
//    private String chuxingUrl;
//    /**
//     * 代驾网关接口地址
//     */
//    private String daijiaurl;
//
//
//    @PostConstruct
//    public void init() {
//        NettyServerController.setQytConfig(this);
//    }
//}