com.github.unclecatmyself.common.constant.UtilConstant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of InChat Show documentation
Show all versions of InChat Show documentation
A lightweight, efficient communication framework that supports chat and the Internet of Things
The newest version!
package com.github.unclecatmyself.common.constant;
/**
* Created by MySelf on 2019/1/15.
*/
public class UtilConstant {
public static final String PATH_PREFIX = "src/main/resources/";
public static final String INSTANT = "TLS";
}