The core server project was started to provide a base for multiple projects planned by The Lotus. Our goal is to provide a fully functional server with a plugin system and basic logging, REST and event functionality.
- JDK 15
- Maven
- Lombok Plugin (for your IDE)
Simply run:
mvn clean install
The core module, which can be invoked by running "java -jar your-core.jar", can be executed in any arbitrary directory. When starting the server, the core will search for plugins in the "plugins" directory.
The bootstrap module is just for testing purposes. It will load the health-plugin into the plugin directory and start the server.
The health plugin provides basic isAlive and isHealthy functionality.
👤 The Lotus Dev Team
- Github: @thelotusgg
Contributions, issues and feature requests are welcome!
Feel free to check issues page. You can also take a look at the contributing guide.
Give a ⭐️ if this project helped you!
Copyright © 2021 The Lotus Dev Team.
This project is MIT licensed.