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