Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralscha/mycustomer
Ext JS 6 sample application with Spring Framework, Spring Boot, JPA
https://github.com/ralscha/mycustomer
demo extjs extjs6 java javascript
Last synced: 5 days ago
JSON representation
Ext JS 6 sample application with Spring Framework, Spring Boot, JPA
- Host: GitHub
- URL: https://github.com/ralscha/mycustomer
- Owner: ralscha
- License: apache-2.0
- Created: 2014-07-24T06:58:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-30T11:14:32.000Z (5 months ago)
- Last Synced: 2024-07-02T08:30:27.116Z (5 months ago)
- Topics: demo, extjs, extjs6, java, javascript
- Language: Java
- Homepage:
- Size: 666 KB
- Stars: 18
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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 mycustomer/client7`
3. `npm install`
4. `npm start`
5. In another shell `cd mycustomer`
6. `./mvnw spring-boot:run -Dspring.profiles.active="development"`
7. Open URL http://localhost:1962/ in a browser## Production Build
1. `./mvnw clean package`
2. The file `target/mycustomer.jar` contains the whole application. Deploy it to a server.
3. Start the application with `java -jar /mycustomer.jar`
4. By default, the application listens on port 80