So I am new to Spring - so I thought I would try Spring Boot
I am using a Maven to build - I set up a view requests, when I run it as \"App\" looks like it starts t
The chapter Packaging executable jar and war files in the Spring Boot reference documentation states:
To build a war file that is both executable and deployable into an external container you need to mark the embedded container dependencies as “provided”, e.g:
war
org.springframework.boot
spring-boot-starter-web
org.springframework.boot
spring-boot-starter-tomcat
provided