From 2648880bec1583ce4fe1886de65300f0a22638d0 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Mon, 26 Sep 2022 17:09:31 +0800
Subject: [PATCH] 更改种类描述的判断方式、溯源时地图详情sql调整、农资出库时删除数据回滚修复、大屏接受数据增加展示判断
---
src/main/resources/application.yml | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index c8d14aa..340b4d3 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,6 +1,6 @@
#服务器配置
server:
- port: 80
+ port: 89
undertow:
threads:
# 设置IO线程数, 它主要执行非阻塞的任务,它们会负责多个连接, 默认设置每个CPU核心一个线程
@@ -199,6 +199,15 @@
#接口放行
skip-url:
- /blade-test/**
+ - /farmingRecord/**
+ - /blade-system/dict-biz/**
+ - /stock/**
+ - /farmPlant/**
+ - /farmProductStock/**
+ - /strain/**
+ - /blade-user/**
+ - /traceability/**
+ - /sweepRecord/**
#授权认证配置
auth:
- method: ALL
--
Gitblit v1.9.3