Class MobitorApplication


  • @SpringBootApplication
    @EnableScheduling
    @EnableCaching
    @Import(HazelcastConfig.class)
    public class MobitorApplication
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      org.springframework.web.client.RestTemplate restTemplate​(org.springframework.boot.web.client.RestTemplateBuilder builder)  
      • Methods inherited from class java.lang.Object

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

      • MobitorApplication

        @Autowired
        public MobitorApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • restTemplate

        @Bean
        public org.springframework.web.client.RestTemplate restTemplate​(org.springframework.boot.web.client.RestTemplateBuilder builder)