From 4bdbcaf7c640c6169e57fdfb31bf7fa7d4076eb0 Mon Sep 17 00:00:00 2001 From: 95478 <954787484@qq.com> Date: Tue, 25 Jun 2024 01:05:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 4410466..9c1984b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,14 +15,16 @@ itbaima: contact-cache: true work-dir: robot-data cache-dir: cache + spring: datasource: - driverClassName: com.mysql.jdbc.Driver - url: jdbc:mysql://localhost:3306/microservice + driverClassName: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://localhost:3306/database username: root - password: root + password: 123456 # thymeleaf: # suffix: .html # prefix: classpath:/templates/ + server: port: 8080 \ No newline at end of file