mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 更新 feign demo 更清晰的用法
This commit is contained in:
@ -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";
|
||||
|
||||
}
|
Reference in New Issue
Block a user