Guest User

Untitled

a guest
Oct 15th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package edu.ynmd.class2.database;
  2.  
  3.  
  4. import org.springframework.boot.SpringApplication;
  5. import org.springframework.boot.autoconfigure.SpringBootApplication;
  6.  
  7. @SpringBootApplication
  8. public class Application {
  9.  
  10. public static void main(String[] args){
  11. SpringApplication.run(Application.class,args);
  12.  
  13.  
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment