Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. package at.nisteria.nisteria;
  2.  
  3. import org.springframework.boot.SpringApplication;
  4. import org.springframework.boot.autoconfigure.SpringBootApplication;
  5.  
  6.  
  7. @SpringBootApplication
  8. public class NisteraApplication {
  9.  
  10. public static void main(String[] args) {
  11. SpringApplication.run(NisteraApplication.class, args);
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement