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

templates.Feign.ftl Maven / Gradle / Ivy

The newest version!
package ${basePackage}.api.feign.${moduleName};

import ${basePackage}.api.api.${moduleName}.${apiName}Api;
import org.springframework.cloud.openfeign.FeignClient;

/**
 * ${controllerName}Feign
 *
 * @author generator
 * date ${date?string("yyyy-MM-dd")}
 */
@FeignClient(value = "zy-${serverName}-server", path = "/${sourceName}s")
public interface ${apiName}Feign extends ${apiName}Api {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy