From 240b7c29ffde208fdb1f7762c207e818fa90f595 Mon Sep 17 00:00:00 2001 From: ycl Date: Wed, 7 Aug 2024 11:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/src/?= =?UTF-8?q?main/resources/#application-local.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/src/main/resources/#application-local.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/entrance/web/src/main/resources/#application-local.properties b/template/entrance/web/src/main/resources/#application-local.properties index 03b115c..c9b0b55 100644 --- a/template/entrance/web/src/main/resources/#application-local.properties +++ b/template/entrance/web/src/main/resources/#application-local.properties @@ -5,7 +5,7 @@ server.forward-headers-strategy=framework cross.domain.headers= #spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.elasticsearch.ElasticsearchRestClientAutoConfiguration -base.package=com.hande +base.package={{.groupId}} # datasource spring.datasource.url=jdbc:mysql://${DB_HOST:10.0.2.201:3306}/${DB_DATABASE:hande_test}?characterEncoding=utf-8&serverTimezone=Asia/Shanghai&useSSL=false spring.datasource.username=${DB_USER:hande_test_user}