Tuesday, February 7, 2017

SpringBoot Configuration Property Read

package io.springboot;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.PropertySource;
import org.springframework.context.annotation.PropertySources;
import org.springframework.core.env.Environment;

@Configuration
@PropertySources({
@PropertySource("creden.properties")
})
public class ApplicationConfiguration {
@Autowired
    private Environment env;
public String getProperties(String key){
return env.getProperty(key);
}
}

@Autowired
ApplicationConfiguration ac;

ac.getProperties("userid"),ac.getProperties("pwd")

No comments:

Post a Comment

உப்பு மாங்காய்

சுருக்குப்பை கிழவி. சுருக்கங்கள் சூழ் கிழவி. பார்க்கும் போதெல்லாம் கூடையுடனே குடியிருப்பாள். கூடை நிறைய குட்டி குட்டி மாங்காய்கள். வெட்டிக்க...