Skip to content

Instantly share code, notes, and snippets.

@aarshtalati
Created March 27, 2018 00:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarshtalati/92bda3fc31cd3d3e4209853455e1fce9 to your computer and use it in GitHub Desktop.
Save aarshtalati/92bda3fc31cd3d3e4209853455e1fce9 to your computer and use it in GitHub Desktop.
java springboot dependency to read configurations stored in application.properties file
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment