Advertisement
marcuspaulo

quarkus-food-dev

Dec 15th, 2019
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 11.47 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ---------------------------< br.com.mp:food >---------------------------
  4. [INFO] Building food 1.0-SNAPSHOT
  5. [INFO] --------------------------------[ jar ]---------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ food ---
  8. [INFO] Using 'UTF-8''UTF-8' encoding to copy filtered resources.
  9. [INFO] Copying 2 resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ food ---
  12. [INFO] Nothing to compile - all classes are up to date
  13. [INFO]
  14. [INFO] --- quarkus-maven-plugin:1.0.1.Final:dev (default-cli) @ food ---
  15. Listening for transport dt_socket at address: 5005
  16. 2019-12-12 15:12:19,730 INFO  [io.quarkus] (main) Quarkus 1.0.1.Final started in 0.735s. Listening on: http://0.0.0.0:8080
  17. 2019-12-12 15:12:19,740 INFO  [io.quarkus] (main) Profile dev activated. Live Coding activated.
  18. 2019-12-12 15:12:19,741 INFO  [io.quarkus] (main) Installed features: [cdi, resteasy]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement