Top "Properties-file" questions

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

Make IntelliJ aware of a properties file

Is there some way to tell IntelliJ that a particular .properties file will be loaded into a project's environment? We …

java spring intellij-idea properties-file
How to resolve placeholder in properties file with values from another properties file in spring boot application

My spring boot application has below properties files. src/main/resources/config/DEV/env.properties mail.server=dev.mail.domain …

java spring-boot configuration properties-file property-placeholder
Not getting spanish characters (ú, í )but getting like (ó , Ã) on UI

I declared three locale conversions in three properties files like Strings.properties, Strings_es_ES.properties and Strings_en_GB.…

java spring utf-8 character-encoding properties-file
Appending data to properties file, comments disappear & order of data changed

While appending data to properties file, existing comments disappear & order of data is being changed. Please suggest how to …

java properties-file
How to get properties file from /WEB-INF folder in JSF?

I have some properties file in /WEB-INF. And I want to load it in a JSF managed bean. Is there …

jsf properties managed-bean properties-file web-inf
Use a custom properties file

I would like to have a properties file that deployed with my application so that I can access it at …

gradle properties-file
Viewing current Spring (Boot) properties

I run a Spring Boot application as a .jar file which partly takes its properties from application.yml residing inside …

spring-boot properties-file
Spring @Scheduled cron details from property file - Exception

I was trying to define the cron details in my spring @Scheduled method @Service @PropertySource("classpath:application.properties") public class …

spring cron properties-file spring-scheduled
Crashlytics not finding API Key in crashlytics.properties at runtime

I'm currently implementing the API Key switching script suggested here, except with build types instead of flavors. My build.gradle …

java android build.gradle properties-file crashlytics
Powershell parsing a properties file that contains colons

If I have a .properties file that contains directories (which contain colons): some_dir=f:\some\dir\etc another_dir=…

powershell hashtable properties-file