You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implementation to solve issue #94
* Added a new optional parameter to create a rest mvc entry point called "--server", in which you can set one of the available server (Undertow, Tomcat or Jetty)
* Added a new utility to add configurations
* Funtional Tests for new feature
* Solving requested changes
Co-authored-by: David Stiven Jurado Chavarria <djurado@bancolombia.com.co>
By default spring-boot-starter-web use Tomcat application server, we want to generate projects using undertow application server.
The text was updated successfully, but these errors were encountered: