All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.charlemaznable.bunny.client.config.BunnyClientConfig Maven / Gradle / Ivy

Go to download

Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.

There is a newer version: 2023.0.4
Show newest version
package com.github.charlemaznable.bunny.client.config;

import com.github.charlemaznable.configservice.Config;

@Config(keyset = "BunnyClient", key = "${bunny-client-config:-default}")
public interface BunnyClientConfig {

    @Config(defaultValue = "http://127.0.0.1:22114/bunny")
    String httpServerBaseUrl();

    @Config(defaultValue = "/bunny")
    String eventBusAddressPrefix();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy