Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @SpringBootApplication
  2. public class Application {
  3.  
  4. public static void main(String[] args) {
  5. SpringApplication.run(DrawShapes.class, args);
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement