You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Herwig Birke 83604f2b27 initial commit 5 years ago
frontend initial commit 5 years ago
node Initial commit 5 years ago
src/main initial commit 5 years ago
.gitignore Initial commit 5 years ago
LICENSE Initial commit 5 years ago
LICENSE.md Initial commit 5 years ago
README.md Initial commit 5 years ago
package-lock.json initial commit 5 years ago
package.json Initial commit 5 years ago
pom.xml Initial commit 5 years ago
webpack.config.js Initial commit 5 years ago

README.md

How to get MySQL database connected to Vaadin start.vaadin.com project

This tutorial mainly concentrates on how to wire your Vaadin web application to MySQL database so you can Create, Read, Update and Delete (CRUD) information in database via Vaadin web application. Idea is to show you how to connect a template downloaded from https://start.vaadin.com to a database so you can replicate it to your own needs. This is not about the best practices (for Vaadin, Spring or MySQL) but to get you started fast.