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

ralscha/mycustomer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

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 <any_folder>/mycustomer.jar
  4. By default, the application listens on port 80

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published