Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
Alan Gomes edited this page May 21, 2019 · 3 revisions

Spring Boot Spigot Starter

A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins

Features

  • Easy setup
  • Full Picocli @Command support (thanks to picocli-spring-boot-starter)
  • Secure calls with @Authorize
  • Automatic Listener registration
  • Session system
  • Designed for testability
  • Full Spring's dependency injection support
  • Easier Bukkit main thread synchronization via @Synchronize
  • Support Spring scheduler on the bukkit main thread (@Scheduled)

Click here to get started now or look in the sidebar for more information.