Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/enaium/kook-spring-boot-starter

KOOK机器人的spring-boot-starter
https://github.com/enaium/kook-spring-boot-starter

kaiheila kaiheila-api kaiheila-bot kook kook-api kook-bot spring-boot spring-boot-starter

Last synced: about 1 month ago
JSON representation

KOOK机器人的spring-boot-starter

Awesome Lists containing this project

README

        

# kook-spring-boot-stater

![OpenJDK](https://img.shields.io/badge/OpenJDK-21-white?style=flat-square&logo=OpenJDK)
![SpringBoot](https://img.shields.io/badge/SpringBoot-3.2-green?style=flat-square&logo=SpringBoot)
![Maven-Central](https://img.shields.io/maven-central/v/cn.enaium/kook-spring-boot-starter?style=flat-square)
![JitPack](https://img.shields.io/jitpack/version/com.github.Enaium/kook-spring-boot-starter?style=flat-square)
![GitHub](https://img.shields.io/github/license/enaium/kook-spring-boot-starter?style=flat-square)
[![Enaium的频道](https://www.kookapp.cn/api/v3/badge/guild?style=0&guild_id=7057670786047912)](https://kook.top/YaP12f)

支持了所有的Http接口和Websocket事件,可以在`test`里查看例子

最新版本以maven仓库中版本为准

## 依赖

```xml

cn.enaium
kook-spring-boot-starter
最新版本

```

```groovy
implementation 'cn.enaium:kook-spring-boot-starter:最新版本'
```

```kts
implementation("cn.enaium:kook-spring-boot-starter:最新版本")
```

## pr

提交pr时请提交到`develop`而不是`master`