Compare commits

..

2 Commits

Author SHA1 Message Date
1c7f56d278 Merge remote-tracking branch 'origin/dev' into dev 2025-08-06 14:58:19 +08:00
e7f62b005d application-dev 2025-08-06 14:58:14 +08:00

View File

@ -6,6 +6,7 @@ server:
# 文件存储配置 # 文件存储配置
file: file:
upload-dir: D:/Temp_Spaces/ljlq-web/ruoyi/uploadPath upload-dir: D:/Temp_Spaces/ljlq-web/ruoyi/uploadPath
# upload-dir: /data/upload
@ -38,7 +39,7 @@ spring:
cloud: cloud:
nacos: nacos:
discovery: discovery:
server-addr: 10.0.0.125:8848 server-addr: 127.0.0.1:8848
aop: aop:
auto: true #开启spring的aop配置 auto: true #开启spring的aop配置
proxy-target-class: true proxy-target-class: true
@ -105,10 +106,10 @@ spring:
# 天宫 redis 需要使用哨兵进行访问 # 天宫 redis 需要使用哨兵进行访问
redis: redis:
sentinel: # sentinel:
master: mymaster # master: mymaster
nodes: 10.0.0.125:6379 # nodes: 10.0.0.125:6379
password: # password:
database: database:
sharding: 1 sharding: 1
cache: 2 cache: 2
@ -142,7 +143,7 @@ mybatis-plus:
auto-mapping-behavior: full auto-mapping-behavior: full
# 这个配置会将执行的sql打印出来在开发或测试的时候可以用 # 这个配置会将执行的sql打印出来在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mapper-locations: classpath*:com/chinaunicom/**/*Mapper.xml mapper-locations: classpath*:com/chinaunicom/mall/ebtp/**/mapper/*Mapper.xml,com/chinaunicom/zyhy/ebtp/**/mapper/*Mapper.xml
global-config: global-config:
# 逻辑删除配置 # 逻辑删除配置
db-config: db-config: