Spring properties file

Default

src/main/resources/application.properties

classpath:

src/main/resources/

Import to configuration class

@PropertySource("classpath:application.properties")

References

Last updated

Was this helpful?