Spring Boot and R2DBC
This commit is contained in:
parent
970dd965cc
commit
fd61c0769a
@ -52,7 +52,6 @@ public class R2dbcApplicationRdbcTemplateIntegrationTest {
|
|||||||
|
|
||||||
insertPlayers();
|
insertPlayers();
|
||||||
|
|
||||||
|
|
||||||
template.select(Player.class)
|
template.select(Player.class)
|
||||||
.matching(query(where("name").is("Saka")))
|
.matching(query(where("name").is("Saka")))
|
||||||
.one()
|
.one()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user