cn.mapway.document.test.CopyOfTestController3 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mapway-doc-ui Show documentation
Show all versions of mapway-doc-ui Show documentation
auto gen doc from api with ui
package cn.mapway.document.test;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import cn.mapway.document.annotation.Doc;
/**
* The Class CopyOfTestController3.
*/
@Doc(value = "ABCD", group = "/泛能",desc="今天我们做对了吗?")
@Controller
@RequestMapping(value="doc/456/")
public class CopyOfTestController3 {
}