Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
53 lines (38 loc) · 1.38 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.38 KB

cryptic-java-lib

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

Quick-Start

The EchoMicroService.java implements an EchoMicroService.

Maven

To import this libary you can use maven like this:

<repositories>
	<repository>
	    <id>jitpack.io</id>
	    <url>https://jitpack.io</url>
	</repository>
</repositories>
	
	...

<dependencies>
	<dependency>
		<groupId>com.github.cryptic-game</groupId>
		<artifactId>java-lib</artifactId>
		<version>master-SNAPSHOT</version>
	</dependency>
</dependencies>

The repository is hostet by JitPack.

Test it!

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

Environment variables

key default value
MSSOCKET_HOST 127.0.0.1
MSSOCKET_PORT 1239
MYSQL_HOSTNAME cryptic
MYSQL_PORT 3306
MYSQL_USERNAME cryptic
MYSQL_PASSWORD cryptic
MYSQL_DATABASE cryptic
STORAGE_LOCATION data/

Wiki

Visit our wiki for more information.