Skip to content

Ext JS 6 sample application with Spring Framework, Spring Boot, JPA

License

Notifications You must be signed in to change notification settings

powellke/mycustomer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Demo: https://demo.rasc.ch/mycustomer/

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 mycustomer/workspace.json matches the downloaded Ext JS version
  1. Clone the repository
  2. cd mycustomer/client
  3. sencha app install --framework=/path/to/extjs/
  4. sencha app watch
  5. In another shell cd mycustomer
  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/mycustomer.jar contains the whole application. Deploy it to a server.
  3. Start the application with java -jar <any_folder>/mycustomer.jar
  4. The application listens by default on port 80

About

Ext JS 6 sample application with Spring Framework, Spring Boot, JPA

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 62.1%
  • JavaScript 35.6%
  • HTML 1.7%
  • Other 0.6%