mcspring-boot icon indicating copy to clipboard operation
mcspring-boot copied to clipboard

A Spring boot starter for Bukkit/Spigot/PaperSpigot plugins

Results 16 mcspring-boot issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/25348980/235318440-0f3e669c-0b22-4f15-b76e-acc11d6c83ca.png) In SpringSpigotBootstrapper initialize method only 'application.properties' is loading, please, add 'application.yml' support

Failed to collect dependencies at dev.alangomes:spigot-spring-boot-starter:jar:0.20.7 -> org.s witchyard:switchyard-common:jar:2.1.0.Final: version of spigot api: 1.18.2 java version: 17

I am trying to create the presistence layer via Spring JPA but when I try to start the application the error below is thrown. If I start the module with...

The default logging level is `DEBUG`, I want to set it to 'INFO', or any other logging preset. Even if i set `debug=false` and `logging.level.*=INFO` its still not working @CC007

Hi, I am trying to use mcspring-boot with gradle. Since all the other project in my ecosystem use gradle. I also need to use I preferably would like to keep...

Em meu plug-in, fiz a configuração pro spring reconhecer a minha application.properties, também configurei ela com meu banco de dados. Porém, quando eu inicio o servidor, não acontece nada. O...

This error throwing me, I don't know why, because there is nothing what link with my code. My version of server is: ``` This server is running Yatopia version git-Yatopia-ver/1.16.5-113...

When I start the server, the plugin loads fine (now that the classloaders and shading is fixed), but when using `/reload` I get the following exceptions: ``` [05:09:03 INFO]: 2019-06-01...

It would be nice if you could provide a plugin that supplies a spring context and allows you to specify packages that the autoconfig scanner should look for (which in...