Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralscha/eds-starter6-jpa
Ext JS 6 demo application with Java 8, Spring Framework, Spring Boot, JPA (Hibernate)
https://github.com/ralscha/eds-starter6-jpa
extjs extjs6 java-8 jpa spring-boot
Last synced: 5 days ago
JSON representation
Ext JS 6 demo application with Java 8, Spring Framework, Spring Boot, JPA (Hibernate)
- Host: GitHub
- URL: https://github.com/ralscha/eds-starter6-jpa
- Owner: ralscha
- License: apache-2.0
- Created: 2015-10-19T05:06:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:02:24.000Z (19 days ago)
- Last Synced: 2024-10-27T20:08:26.617Z (19 days ago)
- Topics: extjs, extjs6, java-8, jpa, spring-boot
- Language: Java
- Size: 820 KB
- Stars: 31
- Watchers: 15
- Forks: 25
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**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-jpa/workspace.json``` matches the downloaded Ext JS version1. Clone the repository
2. ```cd eds-starter6-jpa/client```
3. ```sencha app install --framework=/path/to/extjs/```
4. ```sencha app watch```
5. In another shell ```cd eds-starter6-jpa```
6. ```./mvnw spring-boot:run -Dspring.profiles.active="development"```
7. Open url http://localhost:8080 in a browser**Build the application for production**
1. ```./mvnw clean package```
2. The file ```target/eds-starter6-jpa.jar``` contains the whole application. Deploy it to a server.
3. Start the application with ```java -jar /eds-starter6-jpa.jar```
4. The application listens by default on port 80