p

pp-spring

Extended Properties class to filter properties by an environment, system, host, user or a combination of them. Supports request depended propeties. Use XML, Properties or JSON to write your configuration. Supports Spring as PropertyPlaceholderConfigurer or PropertyOverrideConfigurer. Use Resourcebundles on a environmental or user specific level.
Files download
File Operation
pp-spring-3.1.0.jar download
pp-spring-3.1.0.pom download
pp-spring-3.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.prefixedproperties</groupId>
  <artifactId>pp-spring</artifactId>
  <version>3.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.prefixedproperties:pp-spring:3.1.0'
Gradle Kotlin
implementation("net.sf.prefixedproperties:pp-spring:3.1.0")
Scala SBT
libraryDependencies += "net.sf.prefixedproperties" % "pp-spring" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.prefixedproperties', module='pp-spring', version='3.1.0')
)
Apache Ivy
<dependency org="net.sf.prefixedproperties" name="pp-spring" rev="3.1.0" />
Leiningen
[net.sf.prefixedproperties/pp-spring "3.1.0"]
Apache Buildr
'net.sf.prefixedproperties:pp-spring:jar:3.1.0'