All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.wicp.tams.common.spring.property.TamsConfigBootstrapConfiguration Maven / Gradle / Ivy

There is a newer version: 3.6.1
Show newest version

package net.wicp.tams.common.spring.property;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * @author andy.zhou
 */
@Configuration
public class TamsConfigBootstrapConfiguration {

	@Configuration
	@EnableConfigurationProperties
	protected static class TamsPropertySourceConfiguration {

		@Bean
		public TamsPropertySource consulPropertySourceTams() {
			return new TamsPropertySource();
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy