com.test.dubbo.service.MathService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of example-api Show documentation
Show all versions of example-api Show documentation
这是一个spring-boot-starter-dubbo的示例项目的api部分
The newest version!
package com.test.dubbo.service;
import java.util.List;
import com.test.dubbo.model.User;
public interface MathService {
/**
* 简单示例
* @param a
* @param b
* @return
*/
Integer add(Integer a,Integer b);
/**
* 复杂对象示例
* @param args
* @return
*/
List