blob: 0dc8f2f13314ed9dcd76b409386491c45cf35ec9 [file] [log] [blame]
package com.alibaba.dubbo.test.web;
import com.alibaba.dubbo.test.service.AnnotateService;
import org.springframework.web.bind.annotation.RestController;
/**
* Created by ken.lj on 2017/9/19.
*/
@RestController
public class HelloController extends BaseController<AnnotateService> {
}