fr.lixbox.service.param.Constant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lixbox-param-api Show documentation
Show all versions of lixbox-param-api Show documentation
Ce dépôt contient le code de la librairie lixbox-param-api
/*******************************************************************************
*
* FRAMEWORK Lixbox
* ==================
*
* This file is part of lixbox-param.
*
* lixbox-param is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* lixbox-param is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with lixbox-param. If not, see
*
* @AUTHOR Lixbox-team
*
******************************************************************************/
package fr.lixbox.service.param;
public class Constant
{
public static final String APP_CACHE_CODE = "PARAMS";
public static final String REDIS_NAME = "global-service-api-redis";
public static final String REDIS_VERSION = "1.0";
public static final String DEFAULT_REGISTRY_URL = "http://localhost:18100/registry/api/1.0";
private Constant()
{
//pas de constructeur
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy