Can you make Spring Boot Even Better?

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 6

  • @farahelfish
    @farahelfish 2 месяца назад +1

    Thank you, you save my career :')

    • @beginsecure
      @beginsecure  2 месяца назад +1

      Your comment made my day! 🙌 Thrilled the video was useful for you!!

  • @MarkoGila-f6o
    @MarkoGila-f6o 10 месяцев назад

    Do you know if it is possible to have a Spring Boot app running on a docker container and run the pico-cli example from the CLI with "java -c path-to-java-class" ??

    • @beginsecure
      @beginsecure  10 месяцев назад

      I did some research this morning, and it seems like the answer is yes.
      1. Dockerize your Spring Boot app that uses pico-cli
      2. Run your app in a Docker container
      3. Then run your command. It will look something like:
      docker exec [container_name] java -cp path-to-your-app.jar your.package.MainClass [PicoCLI arguments]
      Let me know how it goes. Thanks for watching!!

  • @jopadjr
    @jopadjr Год назад

    2nd...Thanks