Skip to content

Commit

Permalink
Complete documentation, release 2.0 is ok
Browse files Browse the repository at this point in the history
  • Loading branch information
caofanCPU committed Feb 26, 2020
1 parent 4bcdc05 commit 82339a4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# D8gerAutoCode
## IDEA Code Automatically Generate Plug-ins • `For Java Web Developer` Version
<div align="center">
<img src="http://file.debuggerpowerzcy.top/power/R-D8ger.png" />
</div>

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

### How to install
Expand All @@ -69,10 +72,13 @@
Solution
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
2. I also found a reason aboub editing .properties file, sometimes it will take one or two minutes to refresh after you finished
3. So, press 'cmd' + 's' to force refreshing .properties file and you can solve it.
3. So, press 'cmd' + 's' to force refreshing .properties file and you will solve it.
```

> The icon of plugin shows error like this: red square with a cross
<div align="center">
<img src="http://file.debuggerpowerzcy.top/power/W-D8ger.png" />
</div>
```
Solution
Expand Down
9 changes: 7 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# D8gerAutoCode
##### IDEA代码自动生成插件•`For Java Web Developer`版本
<div align="center">
<img src="http://file.debuggerpowerzcy.top/power/R-D8ger.png" />
</div>

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

##### 如何安装
Expand All @@ -68,11 +71,13 @@
```

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

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

2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<ul>
<li>BugFix: Update method named'updateBatchByPrimaryKeySelective' in mapper.xml.</li>
<li>Addition: Set default language English and you can config it as Chinese Simplified, as before, typing 'd8ger' for the latest configuration template.</li>
<li>Attention: You should configure you database connection like 'allowMultiQueries=true' for supporting batchUpdate operation.</li>
<li>Attention: You should configure your database connection like 'allowMultiQueries=true' for supporting batchUpdate operation.</li>
</ul>
</br>
<li><h1>1.23</h1></li>
Expand Down

0 comments on commit 82339a4

Please sign in to comment.