Coder Social home page Coder Social logo

Anurag's GitHub stats

项目 说明 gitee github
文档在线预览 一个文档在线预览的中间件,可通过简单的配置即可集成到springboot中,支持word、excel、ppt、pdf、ofd、图片、视频、音频、markdown、代码、网页、epub图书文档、Xmind脑图、压缩文件、bpmn业务流程、cmmn案例管理、dmn决策、3D模型等格式文件的在线预览 star fork star fork
多平台文件存储 一个适配多平台文件存储的中间件,可通过简单的配置既可集成到springboot中,将文件存储到本地、AmazonS3、MinIO、华为云OBS、百度云 BOS、阿里云OSS、腾讯云COS、WebDAV、Git等平台 star fork star fork
易智Spring 这不是一个AI大模型,但是可以帮你快速集成AI大模型到Spring项目中,并通过“检索增强生成(RAG)”的方式建立专家知识库帮助大模型回答问题 star fork star fork
实体SQL工具 提供一套高效、便捷的数据库操作工具集,包括多数据源连接池管理类、SQL语句执行类、SQL语句构建器、实体类构建SQL语句并执行工具类,亦可以快速构造普通的增删改查页面和功能 star fork star fork
动态编译工具 在应用运行期动态加载类、bean、rest、切面的工具 star fork star fork
多级缓存适配器 这是一个多级缓存适配器,可配置多个caffeine本地缓存和redis缓存服务,并可以串联多个缓存配置形成多级缓存,与spring-cache相结合,支持Caching、Cacheable、CacahePut、CacheEvict等注解的使用 star fork star fork
锁适配器 这是一个锁适配器,可配置多个redis锁和zookeeper、服务内ReentrantLock锁,通过注解@Locking对方法加锁,可配置锁失效时间,加锁失败回调bean方法,注解支持根据SpEL表达式获取加锁key star fork star fork
Spring任务调度 更轻量化的任务调度功能,完全基于Spring Scheduling Tasks开发,可以动态添加、删除任务调度,可以将Bean转化为任务调度执行 star fork star fork
消息中间件 这是一个消息中间件,通过配置和编码即可将相同的消息通过钉钉自定义机器人、钉钉消息、飞书自定义机器人、飞书消息、企业微信自定义机器人、企业微信消息以及邮箱消息通道进行发送,提供统一消息维护方式,发送时会按照对应的平台类型自动进行转换 star fork star fork

wb04307201's Projects

apijson icon apijson

🏆 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构。 🏆 A JSON Transmission Protocol and an ORM Library 🚀 provides APIs and Docs without writing any code.

camunda-bpm-platform icon camunda-bpm-platform

Flexible framework for workflow and decision automation with BPMN and DMN. Integration with Quarkus, Spring, Spring Boot, CDI.

chatbot-spring-boot-starter icon chatbot-spring-boot-starter

一个消息群发中间件, 只需要简单的配置和编码,即可将相同的消息发送到钉钉、飞书、企业微信聊天群以及邮箱, 统一消息维护方式,发送时会按照对应的平台类型自动进行转换

doris icon doris

Apache Doris is an easy-to-use, high performance and unified analytics database.

dynamic-schedule-spring-boot-starter icon dynamic-schedule-spring-boot-starter

更轻量化的任务调度功能,完全基于Spring Scheduling Tasks开发,可以动态添加、删除任务调度,可以将Bean转化为任务调度执行。

easy-ai-spring-boot-starter icon easy-ai-spring-boot-starter

这不是一个AI大模型,但是可以帮你快速集成AI大模型到Spring项目中,并通过“检索增强生成(RAG)”的方式建立专家知识库帮助大模型回答问题。

eventbus icon eventbus

eventbus是基于Spring Boot Starter的分布式业务消息分发总线组件(发布/订阅模式),支持延时消息。可使用Redis、RabbitMQ、RocketMQ等任意一种做底层的消息引擎,🔝 🔝 点个Star关注更新。

file-preview-spring-boot-starter icon file-preview-spring-boot-starter

一个文档在线预览的中间件,可通过简单的配置即可集成到springboot中,支持word、excel、ppt、pdf、ofd、图片、视频、音频、markdown、代码、网页、epub图书文档、Xmind脑图、压缩文件、bpmn业务流程、cmmn案例管理、dmn决策、3D模型等格式文件的在线预览

file-storage-spring-boot-starter icon file-storage-spring-boot-starter

一个适配多平台文件存储的中间件,可通过简单的配置既可集成到springboot中,将文件存储到本地、AmazonS3、MinIO、华为云OBS、百度云 BOS、阿里云OSS、腾讯云COS、WebDAV、Git等平台

loader-util icon loader-util

在应用运行期动态加载类、bean、rest、切面的工具

lock-spring-boot-starter icon lock-spring-boot-starter

这是一个锁适配器,可配置多个redis锁和zookeeper,服务内ReentrantLock锁,通过@Locking注解对方法加锁,可配置锁失效时间,加锁失败回调bean方法,注解支持根据SpEL表达式进行加锁key

message-spring-boot-starter icon message-spring-boot-starter

这是一个消息中间件, 通过配置和编码,即可将相同的消息通过钉钉自定义机器人、钉钉消息、飞书自定义机器人、飞书消息、企业微信自定义机器人、企业微信消息以及邮箱消息通道进行发送, 提供统一消息维护方式,发送时会按照对应的平台类型自动进行转换

multi-level-cache-spring-boot-starter icon multi-level-cache-spring-boot-starter

这是一个缓存适配器, 可配置多个caffeine本地缓存和redis缓存服务,并可以串联多个缓存配置形成多级缓存, 与spring-cache相结合,支持Caching、Cacheable、CacahePut、CacheEvict等注解的使用

spring-ai icon spring-ai

An Application Framework for AI Engineering

sql-util icon sql-util

提供一套高效、便捷的数据库操作工具集,包括多数据源连接池管理类、SQL语句执行类、SQL语句构建器、实体类构建SQL语句并执行工具类,亦可以快速构造普通的增删改查页面和功能。

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.