Class Setup


  • @Configuration
    @ComponentScan(basePackages={"tv.hd3g.jobkit","tv.hd3g.selfautorestdoc.mod"})
    public class Setup
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Setup()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.springframework.context.support.ResourceBundleMessageSource messageSource()  
      tv.hd3g.commons.mailkit.SendMailService sendMailService()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Setup

        public Setup()
    • Method Detail

      • messageSource

        @Bean
        public org.springframework.context.support.ResourceBundleMessageSource messageSource()
      • sendMailService

        @Bean
        public tv.hd3g.commons.mailkit.SendMailService sendMailService()