Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tmslpm/hello-spring-discord-jda
Example Spring Boot + Spring Data JPA + Discord JDA
https://github.com/tmslpm/hello-spring-discord-jda
discord-jda hello-world java spring-boot
Last synced: 10 days ago
JSON representation
Example Spring Boot + Spring Data JPA + Discord JDA
- Host: GitHub
- URL: https://github.com/tmslpm/hello-spring-discord-jda
- Owner: tmslpm
- License: mit
- Created: 2024-12-07T06:05:20.000Z (16 days ago)
- Default Branch: main
- Last Pushed: 2024-12-07T06:36:32.000Z (16 days ago)
- Last Synced: 2024-12-07T07:21:20.183Z (16 days ago)
- Topics: discord-jda, hello-world, java, spring-boot
- Language: Java
- Homepage:
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Spring Boot Application + Discord JDA
This project integrates JDA (Java Discord API) to manage interactions
with Discord. It leverages Spring Boot to handle the lifecycle of the
bot and related tasks, providing a clean architecture that utilizes
Spring's dependency injection and other features.## Setup
Define an environment variable `TEST_DISCORD_BOT` with your Discord token.
This token is required for the bot to authenticate and connect to Discord.## Dependency Versions Management
For the dependency versions management, see the `libs.versions.toml`
file located in the `./gradle/libs.versions.toml` directory. This file
centralizes the versions of dependencies used across the project,
helping to maintain consistency and avoid version conflicts.## Build and Run
To build and run the application, execute the gradle task `bootRun`.