From 6c78963d54d64fa76d7efc94ba2353059bfbb8f0 Mon Sep 17 00:00:00 2001 From: 18796357645 <674126018@qq.com> Date: Sun, 1 Jun 2025 22:28:59 +0800 Subject: [PATCH] ADD pro --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c225a2f..f3af54d 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,7 +7,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver username: root password: 123456 - url: jdbc:mysql://localhost:33060/java-experiment?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true + url: jdbc:mysql://localhost:3306/java_experiment?useUnicode=true&characterEncoding=utf-8&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8&allowPublicKeyRetrieval=true # 配置mybatis实体和xml映射 mybatis: