package com.springapp;
@SpringBootApplication // same as @Configuration @EnableAutoConfiguration @ComponentScan
public class Application {
public static void main(String[] args) {
SpringApplication.run(Application.class, args);
}
}https://devcenter.heroku.com/articles/how-heroku-works
http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features
https://www.heroku.com/features
http://www.infoq.com/articles/microframeworks1-spring-boot