2019-10-22 Mybatis入门

Mybatis工作原理

pom.xml

```xml

jar

   

   

        org.mybatis

        mybatis

        3.5.2

   

   

        junit

        junit

        4.12

        test

   

   

        mysql

        mysql-connector-java

        5.1.48

        runtime


   

        log4j

        apache-log4j-extras

        1.2.17

   

   

            src/main/java

                **/*.xml

       

       

            org.apache.maven.plugins

            maven-compiler-plugin

                11

                11

                UTF-8

```

你可能感兴趣的:(2019-10-22 Mybatis入门)