V2.0升级不兼容地方注意

pull/63/head^2
zhangdaihao 2019-05-21 10:43:55 +08:00
parent a359b83f45
commit 38218a9810
2 changed files with 5 additions and 2 deletions

View File

@ -79,4 +79,7 @@ v1.1
}
5.所有页面样式没有scoped的加上
<style scoped>
<style scoped>
6.获取用户共通方法变更
V2.0版本: LoginUser sysUser = (LoginUser)SecurityUtils.getSubject().getPrincipal();

View File

@ -42,7 +42,7 @@ import io.swagger.annotations.ApiOperation;
* @Version: V1.0
*/
@Slf4j
@Api("${tableVo.ftlDescription}")
@Api(tags="${tableVo.ftlDescription}")
@RestController
@RequestMapping("/${entityPackage}/${entityName?uncap_first}")
public class ${entityName}Controller {