6
jinlin
2023-11-29 d89ef43c4713adf26f74b796653d1dd15ff1f81a
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