Skip to content

Commit 0b8b921

Browse files
authored
Update README_CN.md
1 parent 46e1519 commit 0b8b921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_CN.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# intellij-mysql-table-to-jpa-entity [![Build Status](https://travis-ci.com/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity.svg?branch=master)](https://travis-ci.com/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity)
1+
# intellij-mysql-table-to-jpa-entity [![Build Status](https://travis-ci.com/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity.svg?branch=master)](https://travis-ci.com/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity) [![codecov](https://codecov.io/gh/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity/branch/master/graph/badge.svg)](https://codecov.io/gh/liujingtech/IntelliJ-MySQL-Table-to-JPA-Entity)
22
🎉一个简单易用的 MySQL table 转换到 JPA Entity 的 intelliJ 插件。
33

44
这是一个轻量的无需配置的不需界面操作插件,如果你只是想快速地将一个 MySQL Table 转换成 JPA 的 Entity。那么你就应该试试它。
@@ -13,7 +13,7 @@
1313

1414
## 使用方式
1515
1. 从 MySQL 客户端软件中复制[标准建表语句](#例子)
16-
2. 在 IntelliJ IDEA 中使用快捷键 Ctrl + Shift + X。
16+
2. 在 IntelliJ IDEA 中使用快捷键 Ctrl + Shift + X。__*注意:编辑器光标需要在Java文件内,并且编辑窗口获取了焦点*__
1717
3. 会弹出窗口确认生成成功。
1818
4. 在合适的位置粘贴即可。
1919

0 commit comments

Comments
 (0)