From f3a1d5a4c5663b80d9fbadc338acfc5f9a9f4c93 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Wed, 16 Apr 2025 14:06:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/main/resources/application.properties diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties deleted file mode 100644 index ae15036..0000000 --- a/src/main/resources/application.properties +++ /dev/null @@ -1,6 +0,0 @@ -spring.application.name=webapi -spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://localhost:3306/web_api?useUnicode=true&characterEncoding=utf8 -spring.datasource.username=root -spring.datasource.password=123456 -server.port = 8888 \ No newline at end of file