This commit is contained in:
Redkale
2018-05-18 15:20:37 +08:00
parent 35a3c81391
commit 774286952b
2 changed files with 9 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ public abstract class Server<K extends Serializable, C extends Context, R extend
public static final String RESNAME_SERVER_EXECUTOR = "SERVER_EXECUTOR";
public static final String RESNAME_SERVER_RESFACTORY = "SERVER_RESFACTORY";
protected final Logger logger = Logger.getLogger(this.getClass().getSimpleName());
//-------------------------------------------------------------