苍穹外卖--菜品管理-修改功能实现

This commit is contained in:
2025-11-11 15:24:13 +08:00
parent 85cd67f345
commit cbb596cf02
7 changed files with 106 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ logging:
mapper: debug
service: info
controller: info
org.springframework.jdbc.support.JdbcTransactionManager: debug #spring事务管理日志
sky:
jwt:
@@ -41,3 +42,4 @@ sky:
endpoint: ${sky.alioss.endpoint}
bucket-name: ${sky.alioss.bucket-name}
region: ${sky.alioss.region}