From d0df417174809220add87019affda9f109538650 Mon Sep 17 00:00:00 2001 From: qinyingjie Date: Thu, 15 Dec 2022 18:05:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:dto=E8=BD=AC=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++++++++++++ src/main/resources/application.yaml | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 9f7f519..46fa85a 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,20 @@ spring-boot-starter-test test + + + org.mapstruct + mapstruct + 1.3.0.Final + + + + org.mapstruct + mapstruct-processor + 1.3.0.Final + compile + + diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 705a7f1..02e415c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -12,9 +12,9 @@ spring: # mysql datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://127.0.0.1:3306/kwan?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai + url: jdbc:mysql://120.79.36.53:3306/kwan?useSSL=false&useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai username: root - password: 716288qwe + password: 15671628341Qwe. #mybatis-plus配置 mybatis-plus: -- GitLab