From 1e7b523e3ff3c74d3bcb6176b71a21ab53c3326a Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 06 十二月 2024 13:38:40 +0800 Subject: [PATCH] 添加空数据源设置 --- src/main/resources/application.yml | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e83f7dd..8066d41 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,6 @@ spring: profiles: - active: zyy \ No newline at end of file + active: zyy +# autoconfigure: +# exclude: +# - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration \ No newline at end of file -- Gitblit v1.9.3