提交 38218a98 编写于 作者: JEECG低代码平台's avatar JEECG低代码平台

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

上级 a359b83f
...@@ -79,4 +79,7 @@ v1.1 ...@@ -79,4 +79,7 @@ v1.1
} }
5.所有页面样式没有scoped的加上 5.所有页面样式没有scoped的加上
<style scoped> <style scoped>
\ No newline at end of file
6.获取用户共通方法变更
V2.0版本: LoginUser sysUser = (LoginUser)SecurityUtils.getSubject().getPrincipal();
\ No newline at end of file
...@@ -42,7 +42,7 @@ import io.swagger.annotations.ApiOperation; ...@@ -42,7 +42,7 @@ import io.swagger.annotations.ApiOperation;
* @Version: V1.0 * @Version: V1.0
*/ */
@Slf4j @Slf4j
@Api("${tableVo.ftlDescription}") @Api(tags="${tableVo.ftlDescription}")
@RestController @RestController
@RequestMapping("/${entityPackage}/${entityName?uncap_first}") @RequestMapping("/${entityPackage}/${entityName?uncap_first}")
public class ${entityName}Controller { public class ${entityName}Controller {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册