You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by zh...@apache.org on 2022/05/03 09:02:54 UTC

[shardingsphere] branch master updated: fix wrong tag (#17291)

This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 0c6e6a91f9a fix wrong tag (#17291)
0c6e6a91f9a is described below

commit 0c6e6a91f9ad6ee024b8ee6deb6ea170f549d3b7
Author: Guocheng Tang <to...@apache.org>
AuthorDate: Tue May 3 17:02:47 2022 +0800

    fix wrong tag (#17291)
---
 .../src/main/resources/template/jdbc/pom.ftl                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/shardingsphere-example-generator/src/main/resources/template/jdbc/pom.ftl b/examples/shardingsphere-example-generator/src/main/resources/template/jdbc/pom.ftl
index 5140c6307c1..08ec3cbf4ee 100644
--- a/examples/shardingsphere-example-generator/src/main/resources/template/jdbc/pom.ftl
+++ b/examples/shardingsphere-example-generator/src/main/resources/template/jdbc/pom.ftl
@@ -102,7 +102,7 @@
             <artifactId>spring-boot-autoconfigure</artifactId>
             <version>2.2.0.RELEASE</version>
         </dependency>
-    <#elseif framework=="spring-boot-starter-mybaits">
+    <#elseif framework=="spring-boot-starter-mybatis">
         <dependency>
             <groupId>org.mybatis.spring.boot</groupId>
             <artifactId>mybatis-spring-boot-starter</artifactId>