https://github.com/ralscha/eds-starter-simple-jpa
Starter application with Ext JS 7 Modern Toolkit and Spring Boot
https://github.com/ralscha/eds-starter-simple-jpa
extjs java spring-boot
Last synced: about 1 year ago
JSON representation
Starter application with Ext JS 7 Modern Toolkit and Spring Boot
- Host: GitHub
- URL: https://github.com/ralscha/eds-starter-simple-jpa
- Owner: ralscha
- Created: 2017-07-07T05:44:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T08:08:52.000Z (almost 2 years ago)
- Last Synced: 2025-04-03T11:36:33.367Z (about 1 year ago)
- Topics: extjs, java, spring-boot
- Language: JavaScript
- Homepage:
- Size: 377 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Starter application with Ext JS 7 Modern Toolkit and Spring Boot
**Run the application on your local machine**
## Prerequisites
- 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`
## Development
1. Clone the repository
2. ```cd eds-starter-simple-jpa/clientopen```
3. ```npm install```
4. ```npm start```
5. In another shell ```cd eds-starter-simple-jpa```
6. ```./mvnw spring-boot:run -Dspring.profiles.active="development"```
7. Open url http://localhost:8080 in a browser
## Production Build
1. ```./mvnw clean package```
2. The file ```target/eds-starter-simple-jpa.jar``` contains the whole application. Deploy it to a server.
3. Start the application with ```java -jar /eds-starter-simple-jpa.jar```
4. The application listens by default on port 80