疯狂的狮子li
2021-11-01 a8ab3ffd01fe5d3c3dd83c31bfef6218a8217755
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ruoyi.demo.feign.constant;
 
/**
 * @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
 */
@Deprecated
public class FeignTestConstant {
 
    public static final String BAIDU_NAME = "baidu";
 
    public static final String BAIDU_URL = "http://www.baidu.com";
 
}