update comments
This commit is contained in:
parent
57c81b217d
commit
5c43f96ff4
|
@ -1,7 +1,7 @@
|
|||
package com.power.doc.constants;
|
||||
|
||||
/**
|
||||
* java注解
|
||||
* java annotations
|
||||
* @author yu 2019/9/19.
|
||||
*/
|
||||
public class DocAnnotationConstants {
|
||||
|
|
|
@ -7,9 +7,6 @@ public class DocGlobalConstants {
|
|||
|
||||
public static final String FILE_SEPARATOR = System.getProperty("file.separator");
|
||||
|
||||
/**
|
||||
* html doc在spring mvc的输出路径
|
||||
*/
|
||||
public static final String HTML_DOC_OUT_PATH = "src/main/resources/static/doc";
|
||||
|
||||
public static final String DOC_LANGUAGE = "smart-doc_language";
|
||||
|
@ -27,14 +24,10 @@ public class DocGlobalConstants {
|
|||
public static final String INDEX_CSS_TPL = "index.css";
|
||||
|
||||
public static final String MARKDOWN_CSS_TPL = "markdown.css";
|
||||
/**
|
||||
* controller注解全名称
|
||||
*/
|
||||
|
||||
public static final String CONTROLLER_FULLY = "org.springframework.stereotype.Controller";
|
||||
|
||||
/**
|
||||
* rest controller注解全名称
|
||||
*/
|
||||
|
||||
public static final String REST_CONTROLLER_FULLY = "org.springframework.web.bind.annotation.RestController";
|
||||
|
||||
public static final String GET_MAPPING_FULLY = "org.springframework.web.bind.annotation.GetMapping";
|
||||
|
@ -50,9 +43,8 @@ public class DocGlobalConstants {
|
|||
public static final String REQUEST_BODY_FULLY = "org.springframework.web.bind.annotation.RequestBody";
|
||||
|
||||
public static final String MODE_AND_VIEW_FULLY = "org.springframework.web.servlet.ModelAndView";
|
||||
/**
|
||||
* java object类名
|
||||
*/
|
||||
|
||||
|
||||
public static final String JAVA_OBJECT_FULLY = "java.lang.Object";
|
||||
|
||||
public static final String JAVA_STRING_FULLY = "java.lang.String";
|
||||
|
|
|
@ -7,7 +7,7 @@ import java.util.List;
|
|||
|
||||
/**
|
||||
* Description:
|
||||
* Api配置
|
||||
* api config info
|
||||
*
|
||||
* @author yu 2018/06/18.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue