Package ch.mobi.mobitor
Class MobitorApplication
- java.lang.Object
-
- ch.mobi.mobitor.MobitorApplication
-
@SpringBootApplication @EnableScheduling @EnableCaching @Import(HazelcastConfig.class) public class MobitorApplication extends Object
-
-
Constructor Summary
Constructors Constructor Description MobitorApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)org.springframework.web.client.RestTemplaterestTemplate(org.springframework.boot.web.client.RestTemplateBuilder builder)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
restTemplate
@Bean public org.springframework.web.client.RestTemplate restTemplate(org.springframework.boot.web.client.RestTemplateBuilder builder)
-
-