TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Tomcat maven dependency #75

Closed ZivIzhar closed 7 years ago

ZivIzhar commented 7 years ago

As much as I can see, there is an option to add tomcat as a maven dependency. Which means - there will be no need to download tomcat separately (one less pain to deal with). Furthermore, the tomcat files will be with all the other project's files.

Amit-Oha commented 7 years ago

You don't need tomcat separately anymore, it is embedded in the application (thanks to spring). Closing