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

org.dromara.dynamictp.example.brpc.UserServiceImpl Maven / Gradle / Ivy

There is a newer version: 1.1.9.1-3.x
Show newest version
package org.dromara.dynamictp.example.brpc;

import com.baidu.cloud.starlight.springcloud.server.annotation.RpcService;

/**
 * UserServiceImpl related
 *
 * @author yanhom
 * @since 1.1.0
 */
@RpcService
public class UserServiceImpl implements UserService {

    @Override
    public String getUserName(Long userId) {
        return "dynamictp";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy