From ce49f198584e596d904523e836775f166696c0f1 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Tue, 5 Dec 2023 18:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20application-dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 8d715ff..0a2ee06 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -1,3 +1,6 @@ +server: + address: 127.0.0.1 + port: 8080 custom: phoneNumber: "18281561650" spring: @@ -7,3 +10,6 @@ spring: password: JSckhtke1wFdzq3E driver-class-name: com.mysql.cj.jdbc.Driver mybatis-plus: + +logging: + config: classpath:logback-dev.xml \ No newline at end of file