chessgame

RESTful chessgame developed with kotlin

View on GitHub

htwdd.chessgame.server.spring.web.config / AppProperties

AppProperties

@Component @ConfigurationProperties("app") class AppProperties

Custom spring configuration object

Author Felix Dimmel

Constructors

<init> AppProperties(aiServerRootUrl: String = "")
Custom spring configuration object

Properties

aiServerRootUrl var aiServerRootUrl: String
Contains the ai server root url (default: http://chess-ai:5000 -> for docker)