All Projects → czy1024 → Luna Commons

czy1024 / Luna Commons

Licence: apache-2.0
市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Luna Commons

luna-fans-api
luna cloud tools
Stars: ✭ 226 (-7.38%)
Mutual labels:  util, baidu, springboot
Forge Server Utils
Tools for accessing Autodesk Forge APIs from modern Node.js apps.
Stars: ✭ 23 (-90.57%)
Mutual labels:  api, generator
Mtrans
Multi-source Translation
Stars: ✭ 711 (+191.39%)
Mutual labels:  api, baidu
Simulator
A ROS/ROS2 Multi-robot Simulator for Autonomous Vehicles
Stars: ✭ 1,260 (+416.39%)
Mutual labels:  api, baidu
Stone
The Official API Spec Language for Dropbox API V2
Stars: ✭ 371 (+52.05%)
Mutual labels:  api, generator
Verb
HEADS UP! Verb is going though a major transition, we've completely refactored everything from the ground up. If you're interested, please see the dev branch.
Stars: ✭ 442 (+81.15%)
Mutual labels:  api, generator
Generator Swiftserver
WARNING: This repository is no longer maintained
Stars: ✭ 64 (-73.77%)
Mutual labels:  api, generator
Api Generator
PHP-code generator for Laravel framework, with complete support of JSON-API data format
Stars: ✭ 244 (+0%)
Mutual labels:  api, generator
Japidocs
A magical api documentation generator without annotation for springboot.
Stars: ✭ 1,289 (+428.28%)
Mutual labels:  api, springboot
Api Client Generator
Angular REST API client generator from Swagger YAML or JSON file with camel case settigs
Stars: ✭ 92 (-62.3%)
Mutual labels:  api, generator
Thispersondoesnotexist Js
Api for https://thispersondoesnotexist.com Generates an image of a person that does not exist in real life
Stars: ✭ 101 (-58.61%)
Mutual labels:  api, generator
Swagger Typescript Api
TypeScript API generator via Swagger scheme
Stars: ✭ 342 (+40.16%)
Mutual labels:  api, generator
Laravel Api To Postman
Generate a Postman collection automatically from your Laravel API
Stars: ✭ 320 (+31.15%)
Mutual labels:  api, generator
Full Stack
Full stack, modern web application generator. Using Flask, PostgreSQL DB, Docker, Swagger, automatic HTTPS and more.
Stars: ✭ 451 (+84.84%)
Mutual labels:  api, generator
Spring Boot Plus
🔥 Spring-Boot-Plus is a easy-to-use, high-speed, high-efficient,feature-rich, open source spring boot scaffolding. 🚀
Stars: ✭ 2,198 (+800.82%)
Mutual labels:  springboot, generator
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+4258.2%)
Mutual labels:  api, generator
Routegen
Define your API and SPA routes in one place. Use them anywhere. Only 1.3kb.
Stars: ✭ 86 (-64.75%)
Mutual labels:  api, generator
Tropical Fish
Pragmatic 风格的 Java EE 后端开发脚手架,开箱即用。基于 SpringBoot,技术选型采用主流的框架(Mybatis-Plus,Redisson,Xxl-job,Swagger)。项目特点:自定义查询语法, 可以自由组装查询条件查询数据,配合代码生成模块,提高研发效率;自定义 service 方法级别的文档生成规则,在业务方法增加必要的注解,可生成方法调用树,快速把握复杂代码业务逻辑。
Stars: ✭ 142 (-41.8%)
Mutual labels:  springboot, generator
Apigcc
一个非侵入的api编译、收集、Rest文档生成工具。工具通过分析代码和注释,获取文档信息,生成RestDoc文档。
Stars: ✭ 198 (-18.85%)
Mutual labels:  api, generator
Twitch
Interact with Twitch's API, chat, PubSub and subscribe to WebHooks.
Stars: ✭ 237 (-2.87%)
Mutual labels:  api

luna-commons

luna-commons

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

"完美的"开发工具

市场上许多界面和工具的集合,例如ftp,httpd等文件与工具操作,包括但不限于图像处理、人脸识别等的api。让你免去寻找工具的烦恼
探索本项目的文档 »

查看Demo · 报告Bug · 提出新特性

目录

上手指南

安装步骤
  1. Get a free API Key at https://ai.baidu.com/sdk#ocr
  2. Get a free API Key at https://cloud.tencent.com
  3. Get a free API Key at https://account.aliyun.com
  4. 找到config目录下的xxxConfigValue,application.properties
  5. Clone the repo
git clone https://github.com/czy1024/luna-commons.git

文件目录说明

eg:

luna-commons-loc
├── ARCHITECTURE.md
├── LICENSE.txt
├── .gitignore
├── README.md
├── luna-commons-ali
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-api
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-baidu
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-common
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-db
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-file
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-media
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-message
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-template
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-security
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
├── luna-commons-tencent
│  ├── pom.xml
│  │  ├── /config/
│  │  └── /api/
│  └──── /resource/
└── pom.xml

各 Module 介绍

Module 名称 Module 介绍
luna-commons-ali 关于阿里oss和alpay支付宝的使用
luna-commons-common 基础工具包,加密字符等操作,http网络操作
luna-commons-db 数据操作包,通用Mapper与PageHelper分页 ,redis, elasticsearch 操作
luna-commons-api api集合模块,现阶段为学小易查题目接口,sm.ms 图床api
luna-commons-baidu 百度Api集合,包含人脸识别,人证审核百度地图等api封装
luna-commons-file 文件处理工具集合,包括ftp,httpd,fastdfs等文件操作
luna-commons-media 媒体流处理工具,包含ffmpeg工具封装,JavaCv图像处理
luna-commons-message 消息发送,短信邮件消息发送,有html模板附赠 HTML邮件模板
luna-commons-generator 代码生成模板,包含swaggerApi生成,dao,service,controller,界面操作
luna-commons-security 权限加密模块封装
luna-commons-tencent 腾讯Api集合,包含人脸识别,人证审核腾讯地图等api封装

开发的架构

请阅读ARCHITECTURE.md 查阅为该项目的架构。

部署

请前往各个小项目查看

使用到的框架

贡献者

请阅读CONTRIBUTING.md 查阅为该项目做出贡献的开发者。

如何参与开源项目

贡献使开源社区成为一个学习、激励和创造的绝佳场所。你所作的任何贡献都是非常感谢的。

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

版本控制

该项目使用Git进行版本管理。您可以在repository参看当前可用版本。

作者

luna

email [email protected]   qq:1173288254

您也可以在贡献者名单中参看所有参与该项目的开发者。

版权说明

该项目签署了MIT 授权许可,详情请参阅 LICENSE.txt

鸣谢

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].