Skip to content

Instantly share code, notes, and snippets.

@liweinan
Created June 1, 2022 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liweinan/ca56f1eeb78c2b9fac9bd5bf4424dbd4 to your computer and use it in GitHub Desktop.
Save liweinan/ca56f1eeb78c2b9fac9bd5bf4424dbd4 to your computer and use it in GitHub Desktop.
Deploy To WildFly

Process to deploy to WildFly

@liweinan
Copy link
Author

liweinan commented Jun 1, 2022

Use this project as a sample spring-boot project:

Use a WildFly Dist built from main branch:

image

And then deploy the above example project:

image

And the deployment is done:

image

Finally the service can be accessed:

image

In conclusion, the spring-boot project can be deployed on WildFly main branch dist.

@liweinan
Copy link
Author

liweinan commented Jun 1, 2022

error message:

image

@liweinan
Copy link
Author

liweinan commented Jun 2, 2022

Deploy to ee-9 wildfly preview dist:

image

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment