CommunityConstant.java 238 Bytes
Newer Older
xd's avatar
xd committed
1 2 3 4 5 6 7 8 9 10 11
package com.tanpu.community.api;

/**
 * monitor系统常量
 */
public final class CommunityConstant {
    public static final String WEB_BASE_PATH = "/community";

    public static final String PACKAGE_BASE = "com.tanpu.community";

}