Skip to content

Commit

Permalink
Merge pull request liyifeng1994#31 from cnLGMing/master
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
liyifeng1994 committed Mar 11, 2018
2 parents 417a1bb + 2ed1c57 commit 660a9b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

好了,前面bb那么多,下面我们真正开始敲代码了~

首先我们打开IED,我这里用的是eclipse(你们应该也是用的这个,对吗?),创建一个动态web项目,建立好相应的**目录结构**(重点!)
首先我们打IDE,我这里用的是eclipse(你们应该也是用的这个,对吗?),创建一个动态web项目,建立好相应的**目录结构**(重点!)

![项目结构图](https://img.blog.csdn.net/20160618002041099)

Expand Down Expand Up @@ -646,7 +646,7 @@ public interface AppointmentDao {
FROM
book
WHERE
book_id = #{bookId}
book_id = #{id}
</select>

<select id="queryAll" resultType="Book">
Expand Down

0 comments on commit 660a9b1

Please sign in to comment.