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}