FeignTestConstant.java 281 B

12345678910111213
  1. package com.ruoyi.demo.feign.constant;
  2. /**
  3. * @deprecated 由于使用人数较少 决定与 3.4.0 版本移除
  4. */
  5. @Deprecated
  6. public class FeignTestConstant {
  7. public static final String BAIDU_NAME = "baidu";
  8. public static final String BAIDU_URL = "http://www.baidu.com";
  9. }