Code Monkey home page Code Monkey logo

mybatis-study's Introduction

Mybatis-Study

Mybatis课堂记录根据 b站视频公开视频 【狂神说Java】Mybatis最新完整教程IDEA版通俗易懂 边学边做的笔记,有部分为自己的理解。

如有不同,一切以视频为准

项目使用指南

查看笔记点击此处

使用 mybatis-01,mybatis-02 说明

缺少mybatis-config.xml文件

下载使用需要重命名 mybatis-config.default.xml 文件为 mybatis-config.xml , 同时将里面的参数改成自己的数据库连接

设置连接时建议增加 useSSL=false&useUnicode=true&characterEncoding=UTF-8 参数

使用 mybatis-03~09 说明

缺少db.properties文件

需要添加 db.properties 文件,内容如下

driver=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://127.0.0.1:3306/mybatis?useSSL=false&useUnicode=true&characterEncoding=UTF-8
username=root
password=123456

完结撒花🎉🎉🎉

mybatis-study's People

Contributors

huxzhi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.