GithubHelp home page GithubHelp logo

gitorcode / mybatis-plus-doc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from baomidou/mybatis-plus-doc

0.0 1.0 0.0 14.55 MB

MyBatis-Plus Documentation

Home Page: https://mybatis.plus/

JavaScript 100.00%

mybatis-plus-doc's Introduction

home heroImage actionText actionLink features footer
true
/img/logo.png
快速开始 →
/guide/
title details
润物无声
只做增强不做改变,引入它不会对现有工程产生影响,如丝般顺滑。
title details
效率至上
只需简单配置,即可快速进行 CRUD 操作,从而节省大量时间。
title details
丰富功能
热加载、代码生成、分页、性能分析等功能一应俱全。
Apache License 2.0 | © 2016-2018 baomidou

当前最新版本

<dependency>
    <groupId>com.baomidou</groupId>
    <artifactId>mybatis-plus</artifactId>
    <version>latest-version</version>
</dependency>

致谢

广而告之

Hosted by Coding Pages & Github Pages & Idea

<script> export default { mounted () { var xmlHttp = new XMLHttpRequest() xmlHttp.open("GET", "https://img.shields.io/maven-central/v/com.baomidou/mybatis-plus.json", false) xmlHttp.send(null) var versionInfo = JSON.parse(xmlHttp.responseText).value.replace('v', '') var codeNodeList = document.querySelectorAll('code') for (var i = 0; i < codeNodeList.length; i++) { codeNodeList[i].innerHTML = codeNodeList[i].innerHTML.replace('latest-version', versionInfo) } } } </script>

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.