From fc77a948dbe988fd9a0ca55979613780052f1397 Mon Sep 17 00:00:00 2001 From: Wonder Date: Sat, 18 Oct 2025 10:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=20=F0=9F=94=A7Chore:=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E7=B1=BB=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 18 ++++++++++++++++++ src/main/resources/application.yml | 11 +++++++++++ 2 files changed, 29 insertions(+) diff --git a/pom.xml b/pom.xml index 4e86c95..a979a41 100644 --- a/pom.xml +++ b/pom.xml @@ -49,6 +49,24 @@ spring-boot-starter-test test + + + cn.hutool + hutool-all + 5.8.9 + + + + com.baomidou + mybatis-plus-spring-boot3-starter + 3.5.14 + + + + com.mysql + mysql-connector-j + runtime + diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c4ba413..7c907e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -4,6 +4,17 @@ spring: mvc: servlet: path: /api + datasource: + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://47.121.181.112:3306/thumb_up + username: root + password: dn293830 + + +mybatis-plus: + configuration: + map-underscore-to-camel-case: false + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # springdoc-openapi项目配置 springdoc: