Skip to content

Instantly share code, notes, and snippets.

@goyuninfo
Created March 13, 2020 20:21
Show Gist options
  • Save goyuninfo/12ee4cd9cd0fbf8eb25ac55996ae8271 to your computer and use it in GitHub Desktop.
Save goyuninfo/12ee4cd9cd0fbf8eb25ac55996ae8271 to your computer and use it in GitHub Desktop.
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class DemoApplication {
public static void main(String[] args) {
SpringApplication.run(DemoApplication.class, args);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment