首页>代码>基于SpringBoot+SpringBoot Data Jpa+Mysql的自适应摄影管理系统>/Shoot/src/main/java/com/java214/config/ServerConfig.java
package com.java214.config;

import com.java214.utils.ServletUtils;
import org.springframework.stereotype.Component;

import javax.servlet.http.HttpServletRequest;

/**
 * 服务相关配置
 * 
 * @author TYF
 *
 */
@Component
public class ServerConfig
{
    /**
     * 获取完整的请求路径,包括:域名,端口,上下文访问路径
     * 
     * @return 服务地址
     */
    public String getUrl()
    {
        HttpServletRequest request = ServletUtils.getRequest();
        return getDomain(request);
    }

    public static String getDomain(HttpServletRequest request)
    {
        StringBuffer url = request.getRequestURL();
        String contextPath = request.getServletContext().getContextPath();
        return url.delete(url.length() - request.getRequestURI().length(), url.length()).append(contextPath).toString();
    }
}
最近下载更多
朱朱啊哈  LV16 4月8日
wanglinddad  LV55 3月13日
2781674049  LV1 3月5日
akkye_7  LV1 1月8日
lilong007  LV20 2023年12月30日
逝水莲花  LV7 2023年12月1日
2410068425  LV23 2023年11月27日
wuying8208  LV15 2023年11月25日
zxc131313  LV12 2023年11月19日
zcwmmd  LV20 2023年11月18日
最近浏览更多
kenhomeliu  LV29 4月30日
JulyMagnolia  LV4 4月29日
chirsbey2 4月18日
暂无贡献等级
东北虎啸  LV3 4月17日
荣》Cowboy  LV12 4月11日
xiaozhi丶  LV14 4月7日
朱朱啊哈  LV16 4月1日
sunlzh888888  LV28 3月16日
SZEPEZS  LV8 3月15日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友