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

templates.greeting.AppConstantsApp.ftl Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
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