Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/enaium/kook-spring-boot-starter
- Owner: Enaium
- License: apache-2.0
- Created: 2022-07-26T05:05:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T09:14:14.000Z (4 months ago)
- Last Synced: 2024-11-15T06:07:19.093Z (3 months ago)
- Topics: kaiheila, kaiheila-api, kaiheila-bot, kook, kook-api, kook-bot, spring-boot, spring-boot-starter
- Language: Java
- Homepage:
- Size: 254 KB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`