Skip to content

Commit 82339a4

Browse files
author
caofanCPU
committed
Complete documentation, release 2.0 is ok
1 parent 4bcdc05 commit 82339a4

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# D8gerAutoCode
22
## IDEA Code Automatically Generate Plug-ins • `For Java Web Developer` Version
3+
<div align="center">
4+
<img src="http://file.debuggerpowerzcy.top/power/R-D8ger.png" />
5+
</div>
36

47
> [中文说明](./README_CN.md)
58
@@ -53,7 +56,7 @@
5356
5457
### User Operate Snapshot
5558
<div align="center">
56-
<img width="100%" height="100%" src="http://file.debuggerpowerzcy.top/power/2020-660X466-D8gerAutoCode.jpeg" />
59+
<img src="http://file.debuggerpowerzcy.top/power/2020-660X466-D8gerAutoCode.jpeg" />
5760
</div>
5861

5962
### How to install
@@ -69,10 +72,13 @@
6972
Solution
7073
1. Because the IDEA file uses the VFS mechanism, as a plug-in to use the monitoring file I think it is not cost-effective
7174
2. I also found a reason aboub editing .properties file, sometimes it will take one or two minutes to refresh after you finished
72-
3. So, press 'cmd' + 's' to force refreshing .properties file and you can solve it.
75+
3. So, press 'cmd' + 's' to force refreshing .properties file and you will solve it.
7376
```
7477

7578
> The icon of plugin shows error like this: red square with a cross
79+
<div align="center">
80+
<img src="http://file.debuggerpowerzcy.top/power/W-D8ger.png" />
81+
</div>
7682
7783
```
7884
Solution

README_CN.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# D8gerAutoCode
22
##### IDEA代码自动生成插件•`For Java Web Developer`版本
3+
<div align="center">
4+
<img src="http://file.debuggerpowerzcy.top/power/R-D8ger.png" />
5+
</div>
36

47
##### 约定
58
- 通用问题提供规范解法
@@ -48,7 +51,7 @@
4851
4952
### 使用操作截图
5053
<div align="center">
51-
<img width="100%" height="100%" src="http://file.debuggerpowerzcy.top/power/2020-660X466-D8gerAutoCode.jpeg" />
54+
<img src="http://file.debuggerpowerzcy.top/power/2020-660X466-D8gerAutoCode.jpeg" />
5255
</div>
5356

5457
##### 如何安装
@@ -68,11 +71,13 @@
6871
```
6972

7073
> 插件图标显示异常,图标内只出现相交的红叉
74+
<div align="center">
75+
<img src="http://file.debuggerpowerzcy.top/power/W-D8ger.png" />
76+
</div>
7177
7278
```
7379
1.这是Intelij IDEA新版本特性遗留的兼容性小BUG
7480
2.升级Intelij IDEA版本, 至少为2019.3.*(2019.2.*及以下都会显示异常)
7581
```
7682

7783
[其他问题, 欢迎前来查房](https://github.com/caofanCPU/D8gerAutoCode/issues)
78-

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<ul>
124124
<li>BugFix: Update method named'updateBatchByPrimaryKeySelective' in mapper.xml.</li>
125125
<li>Addition: Set default language English and you can config it as Chinese Simplified, as before, typing 'd8ger' for the latest configuration template.</li>
126-
<li>Attention: You should configure you database connection like 'allowMultiQueries=true' for supporting batchUpdate operation.</li>
126+
<li>Attention: You should configure your database connection like 'allowMultiQueries=true' for supporting batchUpdate operation.</li>
127127
</ul>
128128
</br>
129129
<li><h1>1.23</h1></li>

0 commit comments

Comments
 (0)