Giter VIP home page Giter VIP logo

bootutils's Introduction

bootutils

介绍

基于springboot3的便捷开发工具

软件架构

springboot 3.13 hutool 5.8.21

快速开始

  • 通过import方式
<dependencyManagement>
    <dependencies>
        <dependency>
            <groupId>com.chenggongdu</groupId>
            <artifactId>bootutils-bom</artifactId>
            <version>1.0.0</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>
    </dependencies>
</dependencyManagement>

在子模块中就可以引入自己需要的模块了:

<dependency>
    <groupId>com.chenggongdu</groupId>
    <artifactId>bootutils-gencode</artifactId>
    <scope>test</scope>
</dependency>
  • 通过dependency直接引入
<dependency>
    <groupId>com.chenggongdu</groupId>
    <artifactId>bootutils-gencode</artifactId>
    <scope>test</scope>
    <version>1.0.0</version>
</dependency>

使用说明

代码生成

面向单一原则的代码生成,依赖springboot3 和 openapi3

  • 如何快速测试
  1. git clone https://github.com/chenggongdu/bootutils.git
  2. bootutils-demo有快速使用例子,代码的生成的参考com.chenggongdu.demo.GenCodeTest
  • 生成目录结构说明 目录

参与贡献

欢迎小伙伴提交issue和pr

bootutils's People

Contributors

chenggongdu avatar

Stargazers

优路云 avatar  avatar Rochell Price avatar  avatar

Watchers

 avatar

Forkers

goghfjbz4066

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.