All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.mingsoft.basic.constant.Const Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (c) 2012-present 铭软科技(mingsoft.net)
 * 本软件及相关文档文件(以下简称“软件”)的版权归 铭软科技 所有
 * 遵循 铭软科技《服务协议》中的《保密条款》
 */









package net.mingsoft.basic.constant;

import java.util.ResourceBundle;

/**
 * 基础常量类
 *
 * @author ms dev group
 * @version 版本号:100-000-000
* 创建日期:2012-03-15
* 历史修订:
*/ public final class Const { /** * action层对应的国际化资源文件 */ public final static String RESOURCES = "net.mingsoft.basic.resources.resources"; /** * 项目路径 */ public final static String BASE = "base"; /** * 项目路径+后台路径 */ public final static String MANAGER_PATH = "managerPath"; public final static String PARAMS = "params"; public final static String APP = "app"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy