update 更新 feign demo 更清晰的用法

This commit is contained in:
疯狂的狮子li 2021-06-16 19:24:44 +08:00
parent a0392865f4
commit c3636f1527
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package com.ruoyi.demo.feign.constant;
public class FeignTestConstant {
public static final String BAIDU_NAME = "baidu";
public static final String BAIDU_URL = "http://www.baidu.com";
}