Constants.java
375 Bytes
package com.bsth.common;
/**
*
* @ClassName: Constants
* @Description: TODO(常量类)
* @author PanZhao
* @date 2016年3月18日 下午11:06:53
*
*/
public class Constants {
/**
* 不需要拦截的资源
*/
public static final String FAVICON_URL = "/favicon.ico";
public static final String SESSION_USERNAME = "sessionUserName";
}