igor-baiborodine / jpetstore-6-vaadin-spring-boot

This project is an exercise to port the original JPetStore-6 to Vaadin 8 and Spring Boot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpetstore-6-vaadin-spring-boot

Build Status

This project is no longer maintained.

This project is an exercise to port the original JPetStore-6 to Vaadin and Spring Boot.

Branches

  • master - Java 11, Vaadin 8.9.0 (active)
  • vaadin-v8-java-v8 - Java 8, Vaadin 8.3.0 (legacy)
  • vaadin-v8-with-v7-compatibility - Vaadin 8.1.5 with Vaadin 7 compatibility (legacy)
  • vaadin-v7 - Vaadin 7.7.7 (legacy)

Updates

  • 2019-09-23 Upgrade to Java 11, Vaadin 8.9.0 | 0e7bf59
  • 2018-08-28 Upgrade to Java 10, Vaadin 8.5.1, Spring Boot 2 | 932855d
  • 2018-03-05 Upgrade to Vaadin 8.3.0 (without Vaadin 7 compatibility) | 9671b83
  • 2018-02-04 Upgrade to vaadin-spring 2.1.0 | 217109d, 4e4750a, 557d70d
  • 2018-01-23 Upgrade to Vaadin 8.1.5 (Vaadin 7 compatibility) | b8dcad0
  • 2017-03-01 Upgrade to Vaadin 7.7.7 | 3bd973a

Run with Maven:

git clone https://github.com/igor-baiborodine/jpetstore-6-vaadin-spring-boot.git
cd jpetstore-6-vaadin-spring-boot
mvn clean package spring-boot:run
# Access in your browser at http://localhost:8080
# Username: guest
# Password: guest

Software and technologies used:

Resources:

About

This project is an exercise to port the original JPetStore-6 to Vaadin 8 and Spring Boot.


Languages

Language:CSS 68.1%Language:Java 28.2%Language:TSQL 2.9%Language:HTML 0.8%