Spring Boot and R2DBC

This commit is contained in:
michaelin007 2024-02-01 06:48:29 +00:00
parent 970dd965cc
commit fd61c0769a
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public class R2dbcApplicationRdbcTemplateIntegrationTest {
insertPlayers();
template.select(Player.class)
.matching(query(where("name").is("Saka")))
.one()