Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. $ java -jar build/libs/demo-0.0.1-SNAPSHOT.jar
  2.  
  3. . ____ _ __ _ _
  4. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  5. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  6. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  7. ' |____| .__|_| |_|_| |_\__, | / / / /
  8. =========|_|==============|___/=/_/_/_/
  9. :: Spring Boot :: (v2.1.4.RELEASE)
  10.  
  11. 2019-04-10 20:42:44.030 INFO 84126 --- [ main] com.example.demo.DemoApplication : Starting DemoApplication on MacBook-Air.local with PID 84126 (/Users/donchan922/Downloads/demo/build/libs/demo-0.0.1-SNAPSHOT.jar started by donchan922 in /Users/donchan922/Downloads/demo)
  12. 2019-04-10 20:42:44.035 INFO 84126 --- [ main] com.example.demo.DemoApplication : No active profile set, falling back to default profiles: default
  13. 2019-04-10 20:42:45.032 INFO 84126 --- [ main] com.example.demo.DemoApplication : Started DemoApplication in 1.548 seconds (JVM running for 2.154)
  14. first
  15. second
  16. third
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement