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

rebue.sbs.cfg.CfgConfig Maven / Gradle / Ivy

The newest version!
package rebue.sbs.cfg;

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

@Configuration(proxyBeanMethods = false)
public class CfgConfig {

    @Bean
    @ConfigurationPropertiesBinding
    public StringToByteArrayConverter getStringToByteArrayConverter() {
        return new StringToByteArrayConverter();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy