Run the application on your local machine
- ExtJS subscription
- Install Java: https://jdk.java.net/
- Install Node.js: https://nodejs.org/en/
- Login:
npm login --registry=https://npm.sencha.com --scope=@sencha
- Clone the repository
cd eds-starter-simple-jpa/clientopen
npm install
npm start
- In another shell
cd eds-starter-simple-jpa
./mvnw spring-boot:run -Dspring.profiles.active="development"
- Open url http://localhost:8080 in a browser
./mvnw clean package
- The file
target/eds-starter-simple-jpa.jar
contains the whole application. Deploy it to a server. - Start the application with
java -jar <any_folder>/eds-starter-simple-jpa.jar
- The application listens by default on port 80