Spring Boot Spigot Starter

Spring support for spigot plugins

License

License

MIT
Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

dev.alangomes
ArtifactId

ArtifactId

spigot-spring-boot-starter
Last Version

Last Version

0.20.7
Release Date

Release Date

Type

Type

jar
Description

Description

Spring Boot Spigot Starter
Spring support for spigot plugins
Project URL

Project URL

https://github.com/Alan-Gomes/mcspring-boot
Source Code Management

Source Code Management

https://github.com/Alan-Gomes/mcspring-boot

Download spigot-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/dev.alangomes/spigot-spring-boot-starter/ -->
<dependency>
    <groupId>dev.alangomes</groupId>
    <artifactId>spigot-spring-boot-starter</artifactId>
    <version>0.20.7</version>
</dependency>
// https://jarcasting.com/artifacts/dev.alangomes/spigot-spring-boot-starter/
implementation 'dev.alangomes:spigot-spring-boot-starter:0.20.7'
// https://jarcasting.com/artifacts/dev.alangomes/spigot-spring-boot-starter/
implementation ("dev.alangomes:spigot-spring-boot-starter:0.20.7")
'dev.alangomes:spigot-spring-boot-starter:jar:0.20.7'
<dependency org="dev.alangomes" name="spigot-spring-boot-starter" rev="0.20.7">
  <artifact name="spigot-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.alangomes', module='spigot-spring-boot-starter', version='0.20.7')
)
libraryDependencies += "dev.alangomes" % "spigot-spring-boot-starter" % "0.20.7"
[dev.alangomes/spigot-spring-boot-starter "0.20.7"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar
org.springframework.boot : spring-boot-starter-aop jar
info.picocli : picocli jar 3.9.5
org.apache.commons : commons-lang3 jar 3.9
org.switchyard : switchyard-common jar 2.1.0.Final

provided (4)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.6
org.spigotmc » spigot-api jar 1.13.2-R0.1-SNAPSHOT
net.milkbowl.vault » VaultAPI Optional jar 1.7
io.reactivex.rxjava2 : rxjava Optional jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Spring Boot Spigot Starter

PRs Welcome Maven Central License Coverage Status GitHub Issues CircleCI Status

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
  • (Optional) Support for RxJava event listeners
  • 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)

Check the wiki for usage instructions :)

Versions

Version
0.20.7
0.20.6
0.20.5
0.20.4
0.20.3
0.20.2
0.20.1
0.20.0
0.19.0
0.18.1
0.18.0
0.16.0
0.15.0
0.14.1
0.14.0
0.13.0
0.12.0
0.11.1
0.11.0
0.10.1
0.10.0
0.9.0
0.8.0
0.7.0
0.6.0
0.5.0
0.4.0
0.3.1
0.3.0