Git Product home page Git Product logo

tdengine-orm-boot-starter's Introduction

介绍

tdengine-orm-spring-boot-starter是一个基于SpringBootJdbc, 便捷操作TDengine数据的半ORM框架, 参考了MyBatisPlus的设计

技术栈

  • spring-boot-starter 2.X 主要用到SpringBoot的自动装配功能, SpringBoot2.7以后自动装配方式有修改, 但旧的方式仍旧兼容
  • spring-boot-starter-jdbc 2.x 主要用到JdbcTemplate对象
  • MyBatisPlusAnnotation 3.5.x 主要就是用到几个注解, 比如@TableName @TableField

快速开始

  1. 拉取项目源码, 执行mvn clean install (或者推送到你自己的私仓)
  2. 在你的项目内引入依赖
    <dependency>
        <groupId>com.klaus.tdengineorm</groupId>
        <artifactId>tdengine-orm-boot-starter</artifactId>
        <version>1.0-SNAPSHOT</version>
    </dependency>
  3. 下载Demo项目源码: Demo项目仓库地址
  4. 修改Demo项目内配置文件内的连接配置, 创建对应的数据库(如果没有)
  5. 找到测试类, 按顺序依次执行测试方法
  6. 回到你的项目, 参考Demo的使用方式进行使用

tdengine-orm-boot-starter's People

Contributors

klaus-cicd avatar

Stargazers

Alice Hill avatar  avatar chillan avatar AK avatar  avatar

Watchers

 avatar  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.