Mercurial > hg > SpringPlayground
annotate spring-boot-playground/src/test/resources/sql/movie.sql @ 20:452cfefb0e1e default tip
Einfache Spring Application, die ihre config aus dem Spring Cloud Config Server liest
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Thu, 17 Sep 2020 17:25:15 +0200 |
parents | f3f9102ef7c0 |
children |
rev | line source |
---|---|
11
f3f9102ef7c0
Noch ein Test mit der in-memory Datenbank: diesmal wird ein Testdatensatz vorher rein geladen, der dann im Test geholt wird.
Dirk Olmes <dirk.olmes@codedo.de>
parents:
diff
changeset
|
1 insert into MOVIE(ID, TITLE) values (1, 'Shrek'); |