All Projects → ralscha → eds-starter6-jpa

ralscha / eds-starter6-jpa

Licence: Apache-2.0 license
Ext JS 6 demo application with Java 8, Spring Framework, Spring Boot, JPA (Hibernate)

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to eds-starter6-jpa

modern-locale
A locale package for Ext JS modern toolkit
Stars: ✭ 29 (-6.45%)
Mutual labels:  extjs, extjs6
mycustomer
Ext JS 6 sample application with Spring Framework, Spring Boot, JPA
Stars: ✭ 18 (-41.94%)
Mutual labels:  extjs, extjs6
bookmarks-for-spotify
"Bookmarks for Spotify" allows you to bookmark recently played song or audiobook tracks from Spotify.
Stars: ✭ 22 (-29.03%)
Mutual labels:  extjs, extjs6
extdirectspring-demo
Sample applications for ExtDirectSpring
Stars: ✭ 18 (-41.94%)
Mutual labels:  extjs, extjs6
vogon-java
Vogon - A simple personal finance tracker using Spring Boot and AngularJS
Stars: ✭ 16 (-48.39%)
Mutual labels:  jpa
HumanResources
Account Registration and Confirmation. Exception Handling. Caching with Redis.Mail sender by Apache Kafka.Notification send with RabbitMq.
Stars: ✭ 19 (-38.71%)
Mutual labels:  jpa
jpa-unit
JUnit extension to test javax.persistence entities
Stars: ✭ 28 (-9.68%)
Mutual labels:  jpa
springboot-learning-demo
springboot学习示例
Stars: ✭ 17 (-45.16%)
Mutual labels:  jpa
ExtApp
ExtApp是一个基于三层架构,使用NHibernate、API Controller和ExtJs创建的,用于简化政府和企业应用开发的Web应用程序框架。
Stars: ✭ 14 (-54.84%)
Mutual labels:  extjs
springboot-crud-restful-webservices
Spring Boot, MySQL, JPA, Hibernate Restful CRUD API Tutorial
Stars: ✭ 41 (+32.26%)
Mutual labels:  jpa
BLOG-Microservice
demo use Spring boot +dubbo +redis +shiro
Stars: ✭ 13 (-58.06%)
Mutual labels:  jpa
jpa-postgres-spring
JPA Postgres Spring Boot Example
Stars: ✭ 17 (-45.16%)
Mutual labels:  jpa
spring-discord-bot
Discord all-purpose bot, made using Spring Boot, JPA, Hibernate, REST, HikariCP. Written for fun, do not take this serious.
Stars: ✭ 26 (-16.13%)
Mutual labels:  jpa
Ext.ux.form.trigger.Clear
Ext JS 5 trigger implementation. Adds a clear icon to textfields and comboboxes
Stars: ✭ 22 (-29.03%)
Mutual labels:  extjs
iExtJs3
A concise and complete management system template implemented by ExtJs3.
Stars: ✭ 14 (-54.84%)
Mutual labels:  extjs
2021-pick-git
💻 Github Repo 기반 개발 장려 SNS
Stars: ✭ 125 (+303.23%)
Mutual labels:  jpa
dbclient
데이터배이스 관리 / 자동 메일링 / Admin 자동화 / Database IDE Tool. SQL Development Helper. Support DBMS Oracle/Mysql/MS-SQL
Stars: ✭ 35 (+12.9%)
Mutual labels:  jpa
omnipersistence
Utilities for JPA, JDBC and DataSources
Stars: ✭ 24 (-22.58%)
Mutual labels:  jpa
Spring-Boot-2
Spring Boot 2.x examples
Stars: ✭ 33 (+6.45%)
Mutual labels:  jpa
cash
Home Bookkeeping on ExtJS 4, PHP 5, SQLite 3
Stars: ✭ 37 (+19.35%)
Mutual labels:  extjs

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 version
  1. 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 <any_folder>/eds-starter6-jpa.jar
  4. The application listens by default on port 80
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].