How do I use eclipse spring IDE to create a Spring boot application that runs on wildfly? -
i have eclipse setup use either wildfly or tomcat, when create new spring-boot application, defaults tomcat, how can change this? also, there other settings i'll have modify? everytime configure spring core jsf on wildfly there bunch of erros have deal with. don't wildfly @ have use new job.
be sure have installed jboss tools
plugin eclipse marketplace.
go right click on project > debug (or run as) > run on server > manually define new server > choose wildfly > download , install runtime > select desired version (i.e. wildfly 8.0).
wait until wildfly downloads.
next, next... finish.. , application should start on wildfly server.
Comments
Post a Comment