Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jeecg-boot
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
jeecg-boot
Commits
38218a98
Commit
38218a98
authored
May 21, 2019
by
zhangdaihao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
V2.0升级不兼容地方注意
parent
a359b83f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
V2.0 版本升级日志.txt
+5
-1
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
+1
-1
No files found.
V2.0 版本升级日志.txt
View file @
38218a98
版本更新日
志
版本更新日
志
...
...
@@ -80,3 +80,6 @@ v1.1升级到v2.0 升级不兼容问题
5.所有页面样式没有scoped的加上
<style scoped>
6.获取用户共通方法变更
V2.0版本: LoginUser sysUser = (LoginUser)SecurityUtils.getSubject().getPrincipal();
\ No newline at end of file
jeecg-boot/jeecg-boot-module-system/src/main/resources/jeecg/code-template/one/java/${bussiPackage}/${entityPackage}/controller/${entityName}Controller.javai
View file @
38218a98
...
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment