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

io.mosip.pms.common.config.TemplateConfiguration Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.config;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

import io.mosip.kernel.core.templatemanager.spi.TemplateManager;
import io.mosip.kernel.core.templatemanager.spi.TemplateManagerBuilder;

@Configuration
public class TemplateConfiguration {

	@Bean
	public TemplateManager templateManager(TemplateManagerBuilder templateManagerBuilder) {

		return templateManagerBuilder.build();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy