From 01280015591b7a6aa5a1a6ba88b95916bb7bcb52 Mon Sep 17 00:00:00 2001 From: ycl Date: Thu, 5 Mar 2026 14:03:39 +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 --- .../entrance/web/src/main/resources/application.properties | 6 ------ 1 file changed, 6 deletions(-) diff --git a/template/entrance/web/src/main/resources/application.properties b/template/entrance/web/src/main/resources/application.properties index f8ecbc5..10d7d09 100644 --- a/template/entrance/web/src/main/resources/application.properties +++ b/template/entrance/web/src/main/resources/application.properties @@ -1,15 +1,9 @@ spring.profiles.active=local envs=local,remote,online,custom -check=true spring.main.allow-bean-definition-overriding=true 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 -application.name={{ .projectName }} mybatis.configuration.map-underscore-to-camel-case=true -project_id={{ .projectId }} -project_name={{ .projectName }} base.package={{.groupId}} {{- if eq .dbType "mysql" }} spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver