Java web travel website (source code + documentation)

Source code number: B-E57 Click to view (classification rules)
Project type: Java web project/Java EE project (non-open source)
Project name: Travel website based on java web [travel]

Current version: V1.0.0 version

User type: dual roles (ordinary user, administrator)

Project architecture: B/S architecture

Design idea: The overall design idea is not adopted, that is, service, dao, Servlet and other design methods are not used. Instead, Java code is written directly in JSP, and it can also complete the interaction with the database to display data.

Development language: Java language

Front-end technology: BootStrap, HTML, CSS, JS, JQuery and other technologies

Back-end technology: JSP, JDBC, JavaBean and other technologies

Running environment: Win10, JDK1.8

Database: MySQL5.5/5.7/8.0 versions can run

Running server: Tomcat7.0 and above can be run

Running tools: This system is developed using Eclipse. It only supports Eclipse running and does not support MyEclipse and IDEA running. Because the skeletons of the three are inconsistent, forced import and running may cause unknown errors. If you need other development tools, please contact us.

Number of database tables: 13 tables

Number of Jsp pages: about 80

Whether to use a framework: No

Whether there is pagination: There is pagination

Whether there are code comments: There are comments

Is there a course report: None yet

Whether there is a graduation thesis: There is a thesis

Is there a defense PPT: No

Portable services: remote debugging services and guidance services (Sunflower remote debugging, question answering, operation guidance)

Applicable scenarios: It is suitable for Java graduation project and Java course design. It is very suitable for students who learn Java.

Project Introduction: It is mainly a website that displays travel information. Hotels can be booked and managed through the backend.

The main function

After registering and logging in, ordinary users can browse news notifications and announcements, attraction information, hotel information, leave online messages, view self-driving tourist attraction information, etc., and exit the function on the website.

After logging in, the administrator can modify administrator account information, user information, news notifications and announcements, hotel information, attraction information, message board information, self-driving tour route information, order information, change passwords, log out and other functions.

Project Description
Insert image description here

Project skeleton

Insert image description here

database

Insert image description here

front page

Insert image description here

User registration
Insert image description here

User modifies personal information
Insert image description here

News notification

Insert image description here

News content details

Insert image description here

Attraction information
Insert image description here

hotel info
Insert image description here

Book your hotel
Insert image description here

Hotel details

Insert image description here

Map query

Insert image description here

Leave a message online

Insert image description here

User-My Bookings
Insert image description here

Administrator login
Insert image description here

Manage account management
Insert image description here

user list
Insert image description here

Modify user

Insert image description here

News notification announcement management
Insert image description here

Add announcement
Insert image description here

Modification notice

Insert image description here

Attraction management

Insert image description here

Add attraction

Insert image description here

Modify attractions

Insert image description here

Self-driving tour route management

Insert image description here

add route
Insert image description here

Modify route
Insert image description here

hotel management

Insert image description here

Add hotel

Insert image description here

Edit hotel
Insert image description here

Order management

Insert image description here

Change Order

Insert image description here

Message board management
Insert image description here

leave a feedback
Insert image description here

change Password

Insert image description here
The following are screenshots of some papers

Thesis word count: 26,751 words, total pages: 65 pages

Summary
Insert image description here

Table of contents

Insert image description here
Insert image description here

Overview

Insert image description here

demand analysis
Insert image description here

Database Design

Insert image description here

detailed design
Insert image description here

System test

Insert image description here

Guess you like

Origin blog.csdn.net/liqz666/article/details/131088420