Code Monkey home page Code Monkey logo

common_tool's Introduction

gitHub地址:https://github.com/ypcouc/common_tool
##自动生成doclever接口文档
1、doclever部署请参考:https://github.com/sx1989827/DOClever
2、根据类属性,自动生成接口的入参及出参,
注意属性注释要以"/** 字段说明 */"格式才能识别自动填入接口字段备注;
3、可单独生成一个get或post接口,也可一次生成增、删、改、查接口;
4、实现类com.ypc.doclever.GenerateDocLeverAPI,调用例子在其中的main方法里面。

##Code generator代码生成器
1、根据mysql中的表自动生成相应实体类(包含字段说明),以及自动生成增、删、改、查功能;
从controller>service>dao>mapper.xml一次全部生成,减少我们开发工作量。
2、根据elasticsearch数据结构实体类自动生成对其index下的document的增、删、改、查功能,
从controller>service>dao,使用的是ElasticsearchTemplate+ElasticsearchRepository操作ES。

##常用工具类
1、时间处理工具 DateUtils
2、字符处理工具 CharUtils
3、实体属性拷贝工具 BeanToolUtils
4、文件处理工具 FileUtils
5、excle文件读取导出工具 com.ypc.excel包下
6、图片处理工具 ImageOperateUtils
7、发送邮件工具 SendEmailUtil
8、反射工具 ReflectionUtils

持续更新中......
联系方式:qq:714782688
欢迎加qq一起讨论

common_tool's People

Contributors

ypcouc avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

minoyjet

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.