Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

BotCommands module - Spring Boot support

This module enables you to use Spring Boot with this framework.

Note

While this is built against Spring Boot 3, Spring Boot 4 is supported.

Installation

BotCommands-spring on maven central

Maven

<dependencies>
  <dependency>
    <groupId>io.github.freya022</groupId>
    <artifactId>BotCommands-spring</artifactId>
    <version>VERSION</version>
  </dependency>
</dependencies>

Gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.freya022:BotCommands-spring:VERSION")
}

Snapshots

To use the latest, unreleased changes, see SNAPSHOTS.md.

Usage

To get started, read the wiki.