调整包结构

This commit is contained in:
2018-01-04 16:04:30 +08:00
parent 2812f3423e
commit b5e2569d7c
21 changed files with 70 additions and 82 deletions

View File

@@ -12,7 +12,6 @@ import java.io.File;
public class BaseService implements Service {
protected final int sessionExpireSeconds = 30 * 60;
protected final int contentinfoExpireSeconds = 30 * 60;
@Resource(name = "SERVER_ROOT")
protected File webroot;