Properties
-
spring
How to load custom properties files in Spring Boot?
The @PropertySource annotation in Java is a component of the Spring Framework, specifically used for externalizing configuration. Employed on a…
Read More » -
Properties
Convert XML File into Properties object
In the previous tutorial we saw how to convert Properties object to XML Format and write it to XML File.…
Read More » -
Properties
Convert Properties into XML File
With this example we shall show you how to convert a java.util.Properties object to XML format and write it to…
Read More »