Spring Boot with Vaadin 〜その2 : JPA で Grid 表示〜

前回に続き、JPAで取得したデータをグリットで表示する簡単なサンプル。 blog1.mammb.com 面倒くさいので Groovy で書くことにする。 依存の追加 build.gradle にJPA関連の依存を追加する。 buildscript { repositories { jcenter() } dependencies { classpath 'org.springframework.boot:spring-boot-gradle-plugin:1.3.…