com.java2e.martin.common.api.sso.RemoteSso Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of martin-common-api Show documentation
Show all versions of martin-common-api Show documentation
Martin 内部接口调用服务,每个业务模块一个目录,本着架构最简原则,远程调用不允许传输自己模块的对象,要传输的对象统一放到martin-common-bean模块下
The newest version!
package com.java2e.martin.common.api.sso;
import com.java2e.martin.common.core.constant.ServiceNameConstants;
import org.springframework.cloud.openfeign.FeignClient;
/**
* @author 狮少
* @version 1.0
* @date 2019/7/30
* @describtion RemoteSso ,sso 模块对外提供的示例服务
* @since 1.0
*/
@FeignClient(name = ServiceNameConstants.MARTIN_BIZ_SSO_SERVICE)
public interface RemoteSso {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy