HostInfoController.java 添加跨域注解

This commit is contained in:
2025-06-11 14:54:08 +08:00
parent 9bbb491633
commit 5bc58e159a
2 changed files with 3 additions and 11 deletions

View File

@@ -60,7 +60,6 @@ mybatis-plus:
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
default-executor-type: batch
global-config:
db-config:
logic-delete-field: isDelete # 全局逻辑删除的实体字段名
@@ -105,9 +104,4 @@ knife4j:
default:
api-rule: package
api-rule-resources:
- com.yupi.springbootinit.controller
logging:
level:
org:
apache:
ibatis: off
- com.yupi.springbootinit.controller