Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Application Server Undertow when generating an imperative structure #94

Closed
santitigaga opened this issue Sep 23, 2020 · 3 comments · Fixed by #101
Closed

Use Application Server Undertow when generating an imperative structure #94

santitigaga opened this issue Sep 23, 2020 · 3 comments · Fixed by #101
Assignees
Labels
good first issue Good for newcomers

Comments

@santitigaga
Copy link
Contributor

By default spring-boot-starter-web use Tomcat application server, we want to generate projects using undertow application server.

@santitigaga santitigaga added the good first issue Good for newcomers label Sep 23, 2020
@D-Jurado
Copy link
Contributor

The parameter to define the server should be part of the command to create the structure?

@santitigaga
Copy link
Contributor Author

Hi @D-Jurado, really we want to add this parameter in task generate driven Adapter, when the user select the type restmvc.

@D-Jurado
Copy link
Contributor

Hi @D-Jurado, really we want to add this parameter in task generate driven Adapter, when the user select the type restmvc.

Roger that. I'm on it

@santitigaga santitigaga linked a pull request Jan 23, 2021 that will close this issue
7 tasks
santitigaga pushed a commit that referenced this issue Jan 25, 2021
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants