Advertisement
ImHungryHi

springbootstarter

Sep 17th, 2021
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. package cc.serviceops;
  2. import org.springframework.boot.SpringApplication;
  3. import org.springframework.boot.autoconfigure.SpringBootApplication;
  4.  
  5. @SpringBootApplication
  6. public class ServiceOpsApplication {
  7. public static void main(String[] args) {
  8. SpringApplication.run(ServiceOpsApplication.class, args);
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement