Skip to content

Instantly share code, notes, and snippets.

@brunokrebs
Created March 2, 2016 13:48
Show Gist options
  • Save brunokrebs/d162e49df2bf112165e6 to your computer and use it in GitHub Desktop.
Save brunokrebs/d162e49df2bf112165e6 to your computer and use it in GitHub Desktop.
package br.com.brunokrebs;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class AbtbvApplication {
public static void main(String[] args) {
SpringApplication.run(AbtbvApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment