添加文件导入功能

黑名单功能修改完成
This commit is contained in:
YY
2025-06-23 10:11:05 +08:00
parent 9d53ca8f29
commit 5da23e070e
11 changed files with 284 additions and 7 deletions

View File

@ -2,7 +2,9 @@ server:
port: 18012
servlet:
context-path: /
# 文件存储配置
file:
upload-dir: D:/Temp_Spaces/ljlq-web/ruoyi/uploadPath
seata:
service:
vgroup-mapping:
@ -27,7 +29,7 @@ spring:
cloud:
nacos:
discovery:
server-addr: 127.0.0.1:8848
server-addr: 10.0.0.125:8848
aop:
auto: true #开启spring的aop配置
proxy-target-class: true
@ -117,7 +119,7 @@ mybatis-plus:
auto-mapping-behavior: full
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:com/chinaunicom/mall/ebtp/**/mapper/*Mapper.xml
mapper-locations: classpath*:com/chinaunicom/**/mapper/*Mapper.xml
global-config:
# 逻辑删除配置
db-config:
@ -182,4 +184,4 @@ management:
include: "*"
cors:
allowed-origins: "*"
allowed-methods: "*"
allowed-methods: "*"