Skip to content
This repository has been archived by the owner on Dec 28, 2020. It is now read-only.

kbtaniguchi/vaadin-ddd-demo

Repository files navigation

vaadin-ddd-demo

Demo application with DDD and MVP by Spring Boot and Vaadin Framework8.

Description

frameworks

supported database

tools

Usage

setup database

  • install PostgreSql.
  • create user + database, and grant all to the user.
postgres=# CREATE USER vaadin_demo_app_user WITH PASSWORD 'abcdefg';
CREATE ROLE
postgres=# CREATE DATABASE vaadin_demo_app;
CREATE DATABASE
postgres=# GRANT ALL ON DATABASE vaadin_demo_app TO vaadin_demo_app_user;
GRANT

start application

./bootRun.sh

access http://localhost:8080/

Wiki

more information refer to https://github.com/bububu10/vaadin-ddd-demo/wiki

Releases

No releases published

Packages

No packages published