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

org.molgenis.data.DataL10nConfig Maven / Gradle / Ivy

There is a newer version: 8.4.5
Show newest version
package org.molgenis.data;

import org.molgenis.util.i18n.PropertiesMessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
public class DataL10nConfig {
  public static final String NAMESPACE = "data";

  @Bean
  public PropertiesMessageSource dataMessageSource() {
    return new PropertiesMessageSource(NAMESPACE);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy