Posts Tagged ApplicationContextAware

Configuring and using properties file in spring 3

Here in this tutorial we see a couple of ways to configure and use properties file in a spring application. 1st Method Using properties file in spring is simple. Configure it in your spring config file as below. spring-config.xml jdbc.properties In your spring config file the string ${jdbc.username} is replaced at runtime with the value […]

, , , ,

1 Comment