Top "Properties-file" questions

A .properties file is either a simple text file or an XML file containing pairs of keys and values.

How to use YamlPropertiesFactoryBean to load YAML files using Spring Framework 4.1?

I have a spring application that is currently using *.properties files and I want to have it using YAML files …

java spring yaml properties-file
Reading properties file from Maven POM file

I have Maven POM file with some configuration and in the section plugins, I have maven tomcat plugin with some …

java tomcat maven-2 pom.xml properties-file
How do i use, or set up sonar-project.properties file

I have very little exposure to SonarQube but have been asked to make a document explaining how to set up / …

sonarqube properties-file sonar-runner
How to escape special characters in the key of properties file?

I've got a key = value property in the .properties file: give names: (1) code = xxx ... but when I tried to get …

java escaping properties-file
How to share common properties among several maven projects?

I have several projects built by maven, and I want to share some common properties among them - spring version, …

configuration maven-2 properties-file
java.io.FileNotFoundException: class path resource [timex-servlet.properties] cannot be opened because it does not exist

I'm getting the following error message when I try to start a spring web application: 2012-04-12 13:53:20,491 ERROR [org.springframework.…

spring filenotfoundexception properties-file timex
PropertyPlaceholderConfigurer and environment variables in .properties files

I have a Spring application-context.xml with PropertyPlaceholderConfigurer to get properties' values from .properties file. Main and test source folders …

java spring environment-variables applicationcontext properties-file
Need bash shell script for reading name value pairs from a file

I have a file like name1=value1 name2=value2 I need to read this file using shell script and set …

shell properties-file
Eclipse wrong Java properties UTF-8 encoding

I have a JavaEE project, in which I use message properties files. The encoding of those file is set to …

java eclipse utf-8 properties-file
Spring Property Injection in a final attribute @Value - Java

A simple question on Spring injection from a properties file for a final attribute. I have a properties file which …

java spring dependency-injection properties properties-file