@RequestMapping 注解,默认是不启用的。如果要启用请设置为:
Boolean.TRUE@RestController 注解,默认是不启用的。如果要启用请设置为:
Boolean.TRUE,用于:templates/freemarker/webRestApi2.java.ftlConfiguration.rootOutputPath
创建这样的子目录: "dtoOutputPath" + "BaseConfiguration.converterPackageName
转换为目录"。示例:com/test/user/converter)Configuration.rootOutputPath 创建这样的子目录:
"dtoOutputPath" + "BaseConfiguration.dtoPackageName 转换为目录"。示例:com/test/user/dto)Configuration.rootOutputPath 创建这样的子目录:
"entityOutputPath" + "BaseConfiguration.entityPackageName
转换为目录"。示例:com/test/user/entity)clazz Class 中的所有字段,排除 static, transient
字段,包含父类中的字段(重写的字段只会保留一个)Configuration.rootOutputPath
创建这样的子目录: "mapperOutputPath" + "BaseConfiguration.mapperPackageName
转换为目录"。示例:com/test/user/mapper)Configuration.rootOutputPath 创建这样的子目录: "mapperXMLOutputPath" + "
BaseConfiguration.mapperPackageName
转换为目录,取父级模块名字"。示例:resources/mybatis/mapper/user)SelectKey.order()SelectKey.resultType()SelectKey.sql()SequenceKey.order()SequenceKey.sequenceBeanName()SequenceKey.sequenceClass()SequenceKey.sequenceClassName()SequenceKey.sequenceName()Configuration.rootOutputPath
创建这样的子目录: "serviceImplOutputPath" + "BaseConfiguration.serviceImplPackageName
转换为目录"。示例:com/test/user/service/impl)Configuration.rootOutputPath
创建这样的子目录: "serviceOutputPath" + "BaseConfiguration.servicePackageName
转换为目录"。示例:com/test/user/service)Boolean.TRUEBoolean.FALSEConfiguration.rootOutputPath 创建这样的子目录:
"webOutputPath" + "BaseConfiguration.webPackageName 转换为目录"。示例:com/test/user/web)BaseConfiguration.entityNameCopyright © 2018–2020. All rights reserved.