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 }}