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: 2 months 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-17T16:42:59.000Z (4 months ago)
- Last Synced: 2025-03-31T01:48:19.806Z (4 months ago)
- Topics: discord-jda, hello-world, java, spring-boot
- Language: Java
- Homepage:
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license.md
- Code of conduct: code_of_conduct.md
- Security: security.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`.