From 1fac32e9cc64d7bff76b6647d0007dd3711bcd69 Mon Sep 17 00:00:00 2001
From: zmc <zmc_li@foxmail.com>
Date: 星期一, 07 八月 2023 17:58:51 +0800
Subject: [PATCH] SpringBoot后台

---
 src/main/resources/application.yml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index ce8572e..a2eb7ce 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,10 @@
 spring:
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
+#    url: jdbc:mysql://localhost:3306/fume
+#    username: fume
+#    password: fume_feiyu2023
+
     url: jdbc:mysql://localhost:3306/qianduan_sql
     username: root
     password: 1234
@@ -9,4 +13,5 @@
   configuration:
     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
     map-underscore-to-camel-case: true
-
+server:
+  port: 8081

--
Gitblit v1.9.3