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

com.github.bingoohuang.springrestclient.provider.DiamondBaseUrlProvider Maven / Gradle / Ivy

There is a newer version: 0.0.23
Show newest version
package com.github.bingoohuang.springrestclient.provider;

import org.n3r.diamond.client.Miner;
import org.springframework.stereotype.Component;

@Component
public class DiamondBaseUrlProvider implements BaseUrlProvider {
    @Override
    public String getBaseUrl(Class apiClass) {
        return new Miner().getMiner("api", "base.urls").getString(apiClass.getSimpleName());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy