Skip to content

Java-Publications/vaadin-024-helloworld-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend Meets Frontend: Vaadin, Testcontainers, PostgreSQL and Flyway

How to set up a jUnit5 Test with a PostgreSQL instance , managed by Testcontainers and organized with Flyway.

How to start

To play with this you only have to start the main - method from the class org.rapidpm.microservice.Main and go with your browser to the address: http://localhost:7080/

Ok, you got your first Vaadin "Hello World".

If you have any questions -> please ping me at Twitter https://twitter.com/SvenRuppert

some of the used libs

more to read and see

Screencast (german)

not created until now, ping me if you need it

The complete playlist of german screencasts you can find here: http://bit.ly/vaadin-video-list-ger

Screencast (english)

not translated until now, ping me if you need it

Postgres via Docker

docker run -it --rm --name postgres -p 5432:5432 postgres:latest user: postgres passwd: postgres