templates.greeting.AppConstantsApp.ftl Maven / Gradle / Ivy
package ${groupId}.${artifactId}.management;
public class AppConstants {
public static final String API_PATH = "/api";
public static final String GREETING_PATH = API_PATH + "/greetings";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy