項目來源於: https://github.com/liuyongfei-1998/root
本系統是基於Thymeleaf+SpringBoot+Mybatis。是很是標準的SSM三大框架(
SpringBoot就是一個大框架,裏面包含了許多的東西,其中Spring就是最核心的內容,其中也包含Spring MVC)實現的齊賢易遊網旅遊信息管理系統。css
難度等級:中等html
IntelliJ IDEA 2019.1.1 (Ultimate Edition)前端
基礎:html+css+JavaScriptjava
SpringBoot 1.5.8.RELEASE+Mybatisjquery
模板引擎:thymeleafgit
數據庫鏈接池:Tomcat-JDBC(SpringBoot1默認)github
數據庫:mysql 5.7.27(我的測試使用)sql
jdk版本:1.8.0_181(我的測試使用)數據庫
如有疑惑可查看 視頻版本。
1.下載zip直接解壓或安裝git後執行克隆命令
git clone https://github.com/liuyongfei-1998/root.git
若下載過慢可將github倉庫複製到gitee上。 查看視頻
2.使用idea打開項目,配置maven、jdk便可。
3.打開Navicat For Mysql,建立travel數據庫,並運行travel.sql。
4.修改application.yml中數據庫相關的內容。
5.運行com.cn.travel.TravelApplication
,運行成功後,http://localhost/index爲首頁。http://localhost/login爲後臺登陸。
管理員初始帳號:root
管理員初始密碼:123456
本篇已收錄於我的GitHub倉庫https://github.com/coderzcr/JavaWeb-Project-Source-Share,歡迎Star。