# satellite-spring-boot **Repository Path**: wlOwn/satellite-spring-boot ## Basic Information - **Project Name**: satellite-spring-boot - **Description**: spring卫星 简化项目代码,让编程优雅起来 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-30 - **Last Updated**: 2022-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # satellite-spring-boot-starter #### 介绍 spring卫星 目标就是让程序员变懒 ``` satellite-spring-boot-common项目: 1.crud包 1.1 简化CRUD 按照demo项目中mongo/mybatis/mybatisSatellite示例,可用satellite-generator自动生成器自动生成代码 简化mybatis、mongo增删改查,真正实现手写0代码。真香!! 1.2 mongoTemplate封装 如需使用mongoTemplate相关的api,直接注入mongoCRUDHelper,该组件完全参考mybatis-plus相关api 可让完全不懂mongo语法的程序员直接上手,如mybatis般丝滑 2.push包 提供如下功能: 发送邮件 发送钉钉 ``` #### 软件架构 ``` satellite-spring-boot |--- pom.xml 聚合pom |--- satellite-spring-boot-parent 父工程统一管理jar包 |--- satellite-spring-boot 底层封装 |--- satellite-spring-boot-common 基础类 |--- doc 使用指南 |--- knowledge 知识点 |--- maven.md |--- satellite-spring-boot-common的使用指南文档 satellite-generator 代码生成器 demo 通过代码生成器生成的示例 ``` ####文档 /doc/satellite-spring-boot-common/使用指南.doc #### 简单使用(见demo项目) 1. maven依赖 io.gitee.thinkbungee satellite-spring-boot-starter ${使用最新发行版} 2. 使用satellite-generator自动生成代码(适配mysql、mongo) 3. mongoCRUDHelper能够像mybatis一样,优雅的进行增删改查,简化工作量 #### 为作者支持 点个星星再走呗