Sign in

潘钊 / info_publish_v1 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • info_publish_v1
  • ..
  • common
  • Constants.java
  • update...
    7612f361
    panzh authored
    2018-06-24 01:09:20 +0800  
    Browse Code »
Constants.java 375 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
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";

}