书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 1061 个相关结果.
  • About

    Introduction What is MyBatis? Help make this documentation better… Translations Introduction What is MyBatis? MyBatis is a first class persistence framework with support for...
  • Dependency Information

    Dependency Information Apache Maven Apache Buildr Apache Ivy Groovy Grape Gradle/Grails Scala SBT Leiningen Dependency Information Apache Maven <dependency> <grou...
  • 依赖信息

    依赖信息 Apache Maven Apache Buildr Apache Ivy Groovy Grape Gradle/Grails Scala SBT Leiningen 依赖信息 Apache Maven <dependency> <groupId> org.mybatis </groupId> <arti...
  • 日志

    日志 日志配置 步骤 1:添加 Log4J 的 jar 包 步骤 2:配置 Log4J 日志 Mybatis 的内置日志工厂提供日志功能,内置日志工厂将日志交给以下其中一种工具作代理: SLF4J Apache Commons Logging Log4j 2 Log4j JDK logging MyBatis 内置日志工厂基于运...
  • 源代码库

    概述 Web访问 匿名访问 开发者访问 通过防火墙访问 概述 本项目使用 Git 管理源代码 关于Git的简介可以在 https://git-scm.com/documentation 找到。 Web访问 以下是在线源代码库的链接。 https : //github.com/mybatis/mybatis-3 匿名访问 可以使用...
  • Installation Of A Single Service

    Installation Of A Single Service 1 Obtain the installation package and install it 2 Modify configuration 2.1 Modify application.yml 2.2 Modify linkis.properties Installation...
  • Logging

    Logging Logging Configuration Step 1: Add the SLF4J + Logback JAR files Step 2: Configure Logback Configuration example for Log4j 2 Configuration example for Log4j Configuratio...
  • 映射器(mappers)

    映射器(mappers) 映射器(mappers) 既然 MyBatis 的行为已经由上述元素配置完了,我们现在就要来定义 SQL 映射语句了。 但首先,我们需要告诉 MyBatis 到哪里去找到这些语句。 在自动查找资源方面,Java 并没有提供一个很好的解决方案,所以最好的办法是直接告诉 MyBatis 到哪里去找映射文件。 你可以使用相对于类路径...
  • 日志

    日志 日志配置 步骤 1:添加 Log4J 的 jar 包 步骤 2:配置 Log4J 日志 Mybatis 通过使用内置的日志工厂提供日志功能。内置日志工厂将会把日志工作委托给下面的实现之一: SLF4J Apache Commons Logging Log4j 2 Log4j JDK logging MyBatis 内置日志工厂会基于...
  • 日志

    日志 日志配置 步骤 1:添加 Log4J 的 jar 包 步骤 2:配置 Log4J 日志 Mybatis 通过使用内置的日志工厂提供日志功能。内置日志工厂将会把日志工作委托给下面的实现之一: SLF4J Apache Commons Logging Log4j 2 Log4j JDK logging MyBatis 内置日志工厂会基于...