/java-lib

A java libary for cryptic-game microservices

Primary LanguageJavaGNU Affero General Public License v3.0AGPL-3.0

cryptic-java-lib

This is a microservice-library for java of cryptic-game.

Quick-Start

Just use the microservice template to use the latest version of this library.

Maven

To import this libary you can use maven like this:

FIX ME

The repository is hosted by JitPack.

Test it!

Your microservice will be supported by the game-server of cryptic.

Environment variables

Key Default Value
MSSOCKET_HOST 127.0.0.1
MSSOCKET_PORT 1239
SQL_SERVER_TYPE MARIADB_10_03
SQL_SERVER_LOCATION //localhost:3306
SQL_SERVER_USERNAME cryptic
SQL_SERVER_PASSWORD cryptic
SQL_SERVER_DATABASE cryptic
PRODUCTIVE true
STORAGE_LOCATION data/
LOG_LEVEL WARN

Wiki

Visit our wiki for more information.