The dark horse travel network project based on Java to realize the front-end web

Project Introduction

  With the rapid development of computer and network technology and the improvement of the national economic level, in order to enrich their spare time, various entertainment activities emerge one after another. More and more people choose to travel to improve the quality of work and life. Travel.com provides the public with comfortable and convenient travel routes, as well as hotel reservation services, saving a lot of travel planning time for “ALICE friends” and truly making travel as far as you want to go.

feature design

旅游门户网:
  用户登录
  用户注册
  国内游信息查询
  旅游线路搜索
  酒店查询
  我的订单
后台管理系统:
  用户管理
  酒店管理
  酒店订单管理

Functional design drawing

Tourism Portal (Front Desk):
insert image description here

Background management system
insert image description here

interface display

front desk:
insert image description here

Backstage:
insert image description here

problems

  1. The connection between the project and the database is about the update of the jar package

  2. There is a problem with the configuration file path of the tool class, there is an extra /, and finally the / in /druid.properties is removed
insert image description here

  3. Remember to return true or false when using asynchronous requests, otherwise the servlet request will end soon after the request is sent, and the value that may need to be returned in the servlet will not be returned to the front end (problems encountered when logging in)

  4. Json encoding for data transmission storage
insert image description here

Source code acquisition

code resource

For source code problems, please contact the blogger in private chat

Guess you like

Origin blog.csdn.net/S_yyuan/article/details/123924815