Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Java Read Property Value as Double
Java Read Property Value as Double

In this Java tutorial, we learn how to write a Java utility class to load the properties file and read a property value as a Double value in Java programming language.

Java Read Property Value as Long
Java Read Property Value as Long

In this Java tutorial, we learn how to load the properties file and read property value as a Long value in Java programming language.

Java Read Property Value as Integer
Java Read Property Value as Integer

In this Java tutorial, we learn how to write Java utility class to load the properties file and read a property value as an Integer object in Java programming language.

Java Read Property Value as String
Java Read Property Value as String

In this Java tutorial, we learn how to implement a Java utility class to load the properties file and read the property value as a String object in Java programming language.

Spring Read Properties File using ResourceUtils
Spring Read Properties File using ResourceUtils

In this Java Spring Framework tutorial, we learn how to use the ResourceUtils class of Spring Core module to read a properties file and convert it to Properties object in Spring application.

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.