How to set up a jUnit5 Test with a PostgreSQL instance , managed by Testcontainers and organized with Flyway.
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
- https://github.com/Dynamic-Dependency-Injection/dynamic-cdi
- https://github.com/JavaMicroService/rapidpm-microservice
- https://github.com/functional-reactive/functional-reactive-lib
- german article http://bit.ly/jaxenter-kolumne-vaadin
- engl. article : not translated until now, ping me if you need it
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
not translated until now, ping me if you need it
docker run -it --rm --name postgres -p 5432:5432 postgres:latest user: postgres passwd: postgres