This repository has been archived by the owner on Sep 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,19 @@ | |
2. 导入sql文件到数据库.<br/> | ||
3. 用IDEA打开该项目. | ||
4. 配置*Books-Management-System/src/main/resources/book-context.xml*文件中的数据库设置. | ||
5. Maven下载依赖.(点击IDEA右侧栏,Maven管理里的刷新键下载依赖,如下图) | ||
5. Maven下载依赖.(点击IDEA右侧栏,Maven管理里的刷新键下载依赖,如下图)<br/> | ||
<img src="https://github.com/withstars/Books-Management-System/blob/master/preview/htu_1.png"> | ||
4. 启动Jetty服务器,默认监听端口号`9000`.(如下图) | ||
<img src="https://github.com/withstars/Books-Management-System/blob/master/preview/htu_2.png"> | ||
启动成功后显示如下 | ||
<img src="https://github.com/withstars/Books-Management-System/blob/master/preview/htu_3.png"> | ||
4. 启动Jetty服务器,默认监听端口号`9000`.(如下图)<br/> | ||
<img src="https://github.com/withstars/Books-Management-System/blob/master/preview/htu_2.png"><br/> | ||
启动成功后显示如下<br/> | ||
<img src="https://github.com/withstars/Books-Management-System/blob/master/preview/htu_3.png"> | ||
5. 浏览器进入 http://localhost:9000 | ||
### 说明 | ||
### 说明<br/> | ||
1. 如果使用该项目出现问题,请联系我 [email protected] | ||
2. 如果该项目对您有帮助,请star鼓励我 | ||
### 下一步:整合MyBatis 个人博客系统 | ||
### 下一步:整合MyBatis 个人博客系统<br/> | ||
*https://github.com/withstars/Blog-System* | ||
### 本项目截图 | ||
### 本项目截图<br/> | ||
<img src="https://github.com/ValueStar/Books-Management-System/blob/master/preview/1.PNG"> | ||
<img src="https://github.com/ValueStar/Books-Management-System/blob/master/preview/2.PNG"> | ||
<img src="https://github.com/ValueStar/Books-Management-System/blob/master/preview/3.PNG"> | ||
|