jar

com.lyders : application-properties

Maven & Gradle

Feb 15, 2021
1 usages
0 stars

ApplicationProperties Java properties loader · This ApplicationProperties Java package provides a fast and easily configurable application.properties loader that mimics some key features of the Spring Boot application.properties loader. This package allows for multi-level overloading of properties based on a basename and optional suffix by searching the classpath, optional configurable file paths along with the JNDI server container context. The class [ApplicationPropertiesConfig](src/main/java/com/lyders/application-properties/ApplicationPropertiesConfig.java) controls the features of the overloading of properties such as the base name of the properties file, an optional suffix that allows for the loading of environment-specific or scenario-specific property files as needed. The following features are supported: * Names of properties files can be customized * Locations of properties files can be customized. The following path types are supported: * class path * file system paths * JNDI environment naming context (e.g., Servlet/JSP running under Tomcat) * Environment-specific property files can override the values in default properties files via a "suffix"

Table Of Contents

Latest Version

Download com.lyders : application-properties JAR file - Latest Versions:

All Versions

Download com.lyders : application-properties JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window application-properties-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.lyders.properties

├─ com.lyders.properties.ApplicationProperties.class - [JAR]

├─ com.lyders.properties.ApplicationPropertiesConfig.class - [JAR]

├─ com.lyders.properties.PropertyEvaluatorException.class - [JAR]

com.lyders.properties.sample

├─ com.lyders.properties.sample.SampleApp.class - [JAR]

Advertisement