#Faster deployment WildFly v24.0.1 Java SpingBoot Maven app with Intelij

1 messages · Page 1 of 1 (latest)

past vapor
#

Hello guys,

Are there any faster ways to deploy my app to localhost for testing its features? Currently, my workflow involves several manual steps:

  1. Making changes in IntelliJ IDE
  2. Packaging the app with Maven
  3. Renaming and Copying & pasting it to the WildFly v24.0.1 standalone\deployments\ folder
  4. Running standalone.bat
  5. Checking the app locally in a web browser.

I am wondering if there is a smarter and more efficient way to achieve continuous deployment, similar to Python's Flask, where for each change, it automatically reloads the server and deploys the new feature. Thank you for any advice and suggestions!

crude crowBOT
#

This post has been reserved for your question.

Hey @past vapor! Please use /close or the Close Post button above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.