Run the application on your local machine
Prerequisite
- Install Sencha CMD: https://www.sencha.com/products/extjs/cmd-download/
- Download Ext JS 6.5 and unzip it into any folder (that's the folder you specify in step 3)
- Make sure that the Ext JS version in
eds-starter6-mongodb/workspace.json
matches the downloaded Ext JS version
- Clone the repository
cd eds-starter6-mongodb/client
sencha app install --framework=/path/to/extjs/
sencha app watch
- In another shell
cd eds-starter6-mongodb
./mvnw spring-boot:run -Dspring.profiles.active="development"
- Open url https://localhost:8080 in a browser
Build the application for production
./mvnw clean package
- The file
target/eds-starter6-mongodb.jar
contains the whole application. Deploy it to a server. - Start the application with
java -jar <any_folder>/eds-starter6-mongodb.jar
- The application listens by default on port 80