From 8d8c7da4e91028fc877f101dcd244bef3e18c197 Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Sun, 12 Nov 2023 07:34:21 +0800
Subject: [PATCH] 标签报事+通知公告

---
 src/main/resources/application.yml |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index cff1e91..4c6629c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -13,6 +13,8 @@
     direct-buffers: true
 
 spring:
+  profiles:
+    active: test
   datasource:
     driver-class-name: com.mysql.cj.jdbc.Driver
     #driver-class-name: org.postgresql.Driver
@@ -44,6 +46,8 @@
         exclusions: '*.js,*.gif,*.jpg,*.bmp,*.png,*.css,*.ico,/druid/*'
         session-stat-enable: true
         session-stat-max-count: 10
+  main:
+    allow-circular-references: true
 
 # mybatis
 mybatis-plus:
@@ -182,7 +186,7 @@
   #jackson配置
   jackson:
     #null自动转空值
-    null-to-empty: true
+    null-to-empty: false
     #大数字自动转字符串
     big-num-to-string: true
     #支持text文本请求,与报文加密同时开启
@@ -194,11 +198,20 @@
       - /blade-chat/weixin
       - /blade-desk/notice/submit
       - /blade-flow/model/submit
+      - /blade-article/article/submit
   #安全框架配置
   secure:
     #接口放行
     skip-url:
       - /blade-test/**
+#      - /blade-doorplateAddress/doorplateAddress/**
+      - /blade-house/house/**
+      - /blade-label/label/**
+      - /blade-houseRental/houseRental/**
+      - /blade-resource/oss/**
+      - /blade-place/**
+      - /blade-taskReportForRepairs/**
+      - /blade-placeExt/**
     #授权认证配置
     auth:
       - method: ALL

--
Gitblit v1.9.3