com.github.unclecatmyself.auto.AutoConfig 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.auto;
/**
* 自动配置厂
* Create by UncleCatMySelf in 14:33 2019\1\5 0005
*/
public class AutoConfig {
//地址配置,默认为空
public static String address = "";
}