From e6f3b29cc8cce09ed4f9e6836946d4da3033a1fb Mon Sep 17 00:00:00 2001 From: liyansheng <1761724207@qq.com> Date: Fri, 17 May 2024 14:48:03 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E6=95=88=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 +- src/main/resources/templates/index.html | 12 - .../resources/templates/portal/attention.html | 214 ++++++------ src/main/resources/templates/portal/car.html | 233 +++++++------ .../resources/templates/portal/carView.html | 11 +- .../templates/portal/changePassword.html | 6 +- .../templates/portal/hotelAccommodation.html | 260 +++++++------- .../portal/hotelAccommodationView.html | 2 +- .../resources/templates/portal/index.html | 95 +++--- .../resources/templates/portal/insurance.html | 230 +++++++------ .../templates/portal/insuranceView.html | 171 ++++++---- .../resources/templates/portal/login.html | 2 +- .../templates/portal/messageList.html | 113 ++++--- .../resources/templates/portal/myMessage.html | 2 +- .../resources/templates/portal/myOrder.html | 119 ++++--- .../templates/portal/personalIntro.html | 258 ++++++++------ .../templates/portal/productView.html | 17 +- .../templates/portal/product_detail.html | 23 +- .../resources/templates/portal/register.html | 2 +- .../resources/templates/portal/reserve.html | 180 +++++----- .../resources/templates/portal/strategy.html | 308 +++++++++-------- .../templates/portal/strategyView.html | 159 +++++---- .../templates/portal/travelRoute.html | 317 +++++++++--------- .../templates/portal/travelRouteView.html | 11 +- .../templates/portal/travelSpot.html | 296 ++++++++-------- .../templates/portal/travelSpotView.html | 6 +- .../templates/portal/userCenter.html | 91 ++--- 27 files changed, 1711 insertions(+), 1431 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9bf0545..a703f7d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,9 +18,9 @@ spring: cache: false datasource: driverClass: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/tt?useUnicode=true&characterEncoding=utf-8 + url: jdbc:mysql://127.0.0.1:3306/travel?useUnicode=true&characterEncoding=utf-8 username: root - password: 123456 + password: root mybatis: configuration: mapUnderscoreToCamelCase: true diff --git a/src/main/resources/templates/index.html b/src/main/resources/templates/index.html index fc81d93..a500a44 100644 --- a/src/main/resources/templates/index.html +++ b/src/main/resources/templates/index.html @@ -21,17 +21,6 @@