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