提交 ed13000c 编写于 作者: S shenhongxi

@Api

上级 62d975b6
......@@ -3,6 +3,7 @@ package com.itlong.whatsmars.spring.boot.controller;
import com.itlong.whatsmars.spring.boot.common.LocaleUtils;
import com.itlong.whatsmars.spring.boot.config.UserConfig;
import com.itlong.whatsmars.spring.boot.common.LocaleService;
import io.swagger.annotations.Api;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Profile;
......@@ -26,6 +27,7 @@ import java.util.Map;
/**
* Created by shenhongxi on 2017/3/27.
*/
@Api(tags = "Sample", description = "样例")
@Controller
public class SampleController {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册