jinlin
2023-12-12 0dff85a422669f41ef6d8e88fa24bf26ca164cbd
zt/core/src/main/resources/template/Controller.java.vm
@@ -39,7 +39,7 @@
 * @since ${version} ${date}
 */
@RestController
@RequestMapping("/${moduleName}/${pathName}")
@RequestMapping("/${moduleName}/${className}/")
@Api(tags="${comments}")
public class ${className}Controller {
    @Autowired