I am trying to implement simple web application with Extjs 6 - And Spring boot stack.
Using sencha cmd we can create the standalone Extjs application. But I need to have this application as a part of my Spring Boot Web Application. It should get added into WAR file build by spring boot.
How should my spring web application structure should be?
How to build using sencha cmd and spring boot together?
Searched a lot on this, but could not find appropriate answer.