view spring-boot-playground/src/test/resources/sql/movie.sql @ 14:4594ff529ab1

Noch ein Test ganz ohne Spring hinzugefuegt.
author Dirk Olmes <dirk.olmes@codedo.de>
date Mon, 17 Aug 2020 14:39:26 +0200
parents f3f9102ef7c0
children
line wrap: on
line source

insert into MOVIE(ID, TITLE) values (1, 'Shrek');