[BAEL-15393] - Fixed tomcat deployment

This commit is contained in:
amit2103
2019-09-08 01:14:46 +05:30
parent e7aa80b8a2
commit 41ca87136d
3 changed files with 7 additions and 34 deletions
+5
View File
@@ -19,6 +19,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
@@ -280,6 +284,7 @@
<poi.version>3.16-beta1</poi.version>
<javax.el.version>3.0.1-b09</javax.el.version>
<start-class>com.baeldung.SpringMVCApplication</start-class>
</properties>