From 4106f50a2b36fb292fd9cc356cf309b2ff1ccc9e Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期二, 28 十一月 2023 17:55:57 +0800 Subject: [PATCH] 解决Controller输出json时未采用fastjson2,原因是FastJsonConfig未实现指定接口。在解决问题过程中发现一些依赖可以排除掉 --- pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml b/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml index c03d2cc..78ca9b8 100644 --- a/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml +++ b/pipIrr-platform/pipIrr-web/pipIrr-web-demo/src/main/resources/application.yml @@ -1,6 +1,6 @@ spring: profiles: - include: global, database + include: global, database, database-ym, database-pj #actutor鐨剋eb绔彛 management: -- Gitblit v1.8.0