Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
ldp-docs
Project
Project
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
doc
ldp-docs
Commits
7f2bcea5
Commit
7f2bcea5
authored
Jul 15, 2021
by
马超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: 新版自动填充注解文档
parent
79b3a4f2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
LDP集中式安装部署说明.md
LDP集中式安装部署说明.md
+3
-0
LDP Mybatis-Plus脚手架使用.md
开发文档/LDP Mybatis-Plus脚手架使用.md
+1
-1
LDP框架自定义注解.md
开发文档/LDP框架自定义注解.md
+0
-0
No files found.
LDP集中式安装部署说明.md
View file @
7f2bcea5
...
...
@@ -421,3 +421,6 @@ http://服务域名或ip:9080/mcs
初始密码:1234561
PS:如果需用部署流程系统,则参照
[
BPM安装部署文档.md
](
流程系统集成/BPM安装部署文档.md
)
如果需要部署报表系统,则参照
[
报表系统安装部署文档.md
](
报表系统集成/报表系统安装部署文档.md
)
开发文档/LDP Mybatis-Plus脚手架使用.md
View file @
7f2bcea5
...
...
@@ -278,7 +278,7 @@ page(page);
public
List
<
LdpArea
>
ldpAreas
;
```
关联查询,在mapper.xml中先声明一个resultMap,再写查询语句,返回指定为对应的resultMap,由于这里是一
堆
多,所以使用
`collection`
作为关联填充,如果是一对一,则使用
`association`
关联查询,在mapper.xml中先声明一个resultMap,再写查询语句,返回指定为对应的resultMap,由于这里是一
对
多,所以使用
`collection`
作为关联填充,如果是一对一,则使用
`association`
```
xml
<resultMap
id=
"BaseResultMapToOne"
type=
"com.sinra.ldp.example.entity.LdpCity"
>
...
...
开发文档/LDP框架自定义注解.md
View file @
7f2bcea5
This diff is collapsed.
Click to expand it.
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