From d8ae66e5e848232a596e982941556339acdac250 Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Mon, 14 Oct 2019 13:36:42 +0200 Subject: [PATCH] #538 - Reenable JDBC/MyBatis examples disabled by #514. --- jdbc/mybatis/pom.xml | 1 - .../main/resources/example/springdata/jdbc/mybatis/LegoSet.xml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jdbc/mybatis/pom.xml b/jdbc/mybatis/pom.xml index 00ffd37b..0540f0e4 100644 --- a/jdbc/mybatis/pom.xml +++ b/jdbc/mybatis/pom.xml @@ -18,7 +18,6 @@ 1.3.1 - true diff --git a/jdbc/mybatis/src/main/resources/example/springdata/jdbc/mybatis/LegoSet.xml b/jdbc/mybatis/src/main/resources/example/springdata/jdbc/mybatis/LegoSet.xml index 3ac897ea..9578c27e 100644 --- a/jdbc/mybatis/src/main/resources/example/springdata/jdbc/mybatis/LegoSet.xml +++ b/jdbc/mybatis/src/main/resources/example/springdata/jdbc/mybatis/LegoSet.xml @@ -1,7 +1,8 @@ - + SELECT name, description FROM Model WHERE lego_set = #{id}