From e7a77004c5c85ea1f12ed6b93e1ab0b58ee6ae69 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Sat, 8 Feb 2025 10:37:16 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=A7=BB=E9=99=A4=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/com/lanyuanxiaoyao/digtal/market/Application.kt | 2 -- src/main/resources/application.yml | 1 - 2 files changed, 3 deletions(-) diff --git a/src/main/kotlin/com/lanyuanxiaoyao/digtal/market/Application.kt b/src/main/kotlin/com/lanyuanxiaoyao/digtal/market/Application.kt index c263587..7ab3793 100644 --- a/src/main/kotlin/com/lanyuanxiaoyao/digtal/market/Application.kt +++ b/src/main/kotlin/com/lanyuanxiaoyao/digtal/market/Application.kt @@ -27,7 +27,6 @@ import org.springframework.web.servlet.config.annotation.WebMvcConfigurer @ConfigurationProperties(prefix = "messenger.database") data class DatabaseProperties @ConstructorBinding constructor( - val h2Path: String, val jsonPath: String, ) @@ -90,7 +89,6 @@ class Configuration { ).also { management -> logger.info("Loaded driver path: {}", driverProperties.driverPath) logger.info("Loaded binary path: {}", driverProperties.binaryPath) - logger.info("Loaded database path: {}", databaseProperties.h2Path) logger.info("Loaded database path: {}", databaseProperties.jsonPath) management .fetchConfiguration() diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 37e5bfc..9329e76 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -42,7 +42,6 @@ messenger: driver-path: /Users/lanyuanxiaoyao/Downloads/chromium/128/macOS-1289987/chromedriver binary-path: /Users/lanyuanxiaoyao/Downloads/chromium/128/macOS-1289987/Chromium.app/Contents/MacOS/Chromium database: - h2-path: ./database/database.db json-path: ./database/database.json fenix: print-banner: false