From d07f302db3c4eeacb0cb545515cc3d383d0ca90e Mon Sep 17 00:00:00 2001 From: ycl Date: Fri, 31 Oct 2025 18:00:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20template/entrance/web/src/?= =?UTF-8?q?main/resources/application.properties?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/entrance/web/src/main/resources/application.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index d042f16..2511d8c 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -6,8 +6,6 @@ spring.mvc.pathmatch.matching-strategy=ANT_PATH_MATCHER spring.jpa.open-in-view=false spring.main.allow-circular-references=true spring.login.security.csrf=false -spring.main.allow-bean-definition-overriding=true -spring.mvc.pathmatch.matching-strategy=ant_path_matcher application.name={{ .projectName }} mybatis.configuration.map-underscore-to-camel-case=true project_id={{ .projectId }}