From bc59451e21acb5247216b36ecac8711ac332ccd7 Mon Sep 17 00:00:00 2001 From: damonyuan <404054358@qq.com> Date: Fri, 11 Oct 2024 00:52:39 +0800 Subject: [PATCH] =?UTF-8?q?feat=20=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../like-admin/src/main/resources/application-dev-example.yml | 2 +- .../like-front/src/main/resources/application-dev-example.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/server/like-admin/src/main/resources/application-dev-example.yml b/server/like-admin/src/main/resources/application-dev-example.yml index 34df7fcb..dc0c9208 100644 --- a/server/like-admin/src/main/resources/application-dev-example.yml +++ b/server/like-admin/src/main/resources/application-dev-example.yml @@ -6,7 +6,7 @@ like: # 框架配置 spring: jackson: - property-naming-strategy: SNAKE_CASE + property-naming-strategy: SNAKE_CASE #下划线返回值和获取值 # 数据源配置 datasource: url: jdbc:mysql://localhost:3306/【库名称】?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false diff --git a/server/like-front/src/main/resources/application-dev-example.yml b/server/like-front/src/main/resources/application-dev-example.yml index 6bc1cb96..c6bfc84f 100644 --- a/server/like-front/src/main/resources/application-dev-example.yml +++ b/server/like-front/src/main/resources/application-dev-example.yml @@ -5,7 +5,7 @@ like: # 框架配置 spring: jackson: - property-naming-strategy: SNAKE_CASE + property-naming-strategy: SNAKE_CASE #下划线返回值和获取值 # 数据源配置 datasource: url: jdbc:mysql://localhost:3306/【库名称】?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false