diff --git a/pom.xml b/pom.xml index 9f7f519b4a302b6bb93eca0aa16e46ba4933a5c5..46fa85a3a5e88b8a9d757b5c2f026b9dd9ace111 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 705a7f12941e5af95ed9cec1688e32db3c67b2d9..02e415c7be16b0c1eb8f91bd41e5090e39ed3760 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: