Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simple-robot/simbot-examples
simbot下各种示例内容
https://github.com/simple-robot/simbot-examples
simbot simple-robot
Last synced: 26 days ago
JSON representation
simbot下各种示例内容
- Host: GitHub
- URL: https://github.com/simple-robot/simbot-examples
- Owner: simple-robot
- Created: 2022-01-21T11:54:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T14:38:28.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T00:26:34.276Z (almost 2 years ago)
- Topics: simbot, simple-robot
- Language: Java
- Size: 127 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simbot-examples
这里是 simbot3 版本所提供的各种示例项目库,你可以从这里选择你所需要的部分来作为模板项目进行使用。
示例中,java项目以Maven进行构建,而kotlin项目以Gradle进行构建。
### 注意事项
#### 组件
在大部分的示例中,我们都以使用 [Mirai组件](https://github.com/simple-robot/simbot-component-mirai) 作为假设进行示例。如果你需要使用其他组件(例如开黑啦组件)请自行更换依赖和对应版本。
#### JDK
如果没有什么特殊说明,Java相关项目将会默认基于JDK17进行构建。当然,你可以自行修改。### 指路牌
- [simbot核心库 相关示例](simbot-core-example)
- [Simbot Boot 相关示例](simbot-boot-example)
- [Spring Boot Starter 相关示例](simbot-spring-boot-starter-example)