Your Name
2023-01-30 6bc9483b5bf1d72f6365e23ebcd5703a180bbb90
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
package com.java110.utils.constant;
 
/**
 * Created by wuxw on 2019/3/20.
 */
public class ServiceConstant {
 
 
    /**
     * API中心服务
     */
    public static final  String SERVICE_API_URL = "";
 
    /**
     * API中心服务
     */
    public static final  String SERVICE_ORDER_URL = "http://order-service";
 
    /**
     * boot api
     */
    public static final  String BOOT_SERVICE_ORDER_URL = "http://127.0.0.1:8008";
 
    //public  static final String SERVICE_API_URL = "http://api.java110.com:8008";
}