package com.ezshop.common; /** * The key names in config file * * @author Gary Cheng */ public interface ConfigKeys { String KEY_HOST = "host"; String KEY_PORT = "port"; String KEY_ROOT = "root"; }