com.sap.cloud.spring.boot.mt.cds.Const Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-cds4j Show documentation
Show all versions of spring-boot-cds4j Show documentation
Enables cds4j for Spring Boot
The newest version!
/******************************************************************************
* © 2020 SAP SE or an SAP affiliate company. All rights reserved. *
******************************************************************************/
package com.sap.cloud.spring.boot.mt.cds;
public class Const {
private Const() {
}
public static final String COM_SAP_MT_ENABLED = "com.sap.mt.enabled";
public static final String CACHE_CONFIG_PREFIX = "com.sap.cds.modelcache";
public static final String CSN_MODEL_PREFIX = "com.sap.cds.model";
public static final String CSN_MODEL_PATH = CSN_MODEL_PREFIX + ".path";
public static final String EDMX_MODEL_PREFIX = "com.sap.edmx.model";
public static final String COM_SAP = "com.sap";
public static final String COM_SAP_MT_MTX_URL = "com.sap.mt.mtx-url";
public static final String COM_SAP_MT_MODEL_PROVIDER_SERVICE = "com.sap.mt.model-provider-service.url";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy