This is a microservice-libary for java of cryptic-game.
The EchoMicroService.java implements an EchoMicroService
.
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>0.1.0</version>
</dependency>
</dependencies>
The repository is hosted by JitPack.
Your microservice will be supported by the game-server of cryptic.
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/ |
Visit our wiki for more information.