Commit 8f7ffbc8 authored by zhoushiguang's avatar zhoushiguang

研判分析-区域问题接口设计

parent 68739d91
......@@ -78,7 +78,7 @@ public class Knife4jConfiguration {
.apiInfo(apiInfo())
.groupName(groupName)
.select()
.apis(RequestHandlerSelectors.basePackage("com.wanji.holo.restful"))
.apis(RequestHandlerSelectors.any())
.paths(PathSelectors.any())
.build()
.securitySchemes(securitySchemes())
......
......@@ -32,7 +32,6 @@ import java.util.List;
* @since ${date}
*/
@Api(tags = "${table.comment!}")
@RestController
@RequestMapping("<#if package.ModuleName??>/${package.ModuleName}</#if>/<#if controllerMappingHyphenStyle??>${controllerMappingHyphen}<#else>${table.entityPath}</#if>")
public class ${table.controllerName} {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment