feat: 修改后端配置,让服务监听 0.0.0.0
All checks were successful
aiot-platform CI/CD / build-and-deploy (push) Successful in 11m39s

This commit is contained in:
lzh
2025-12-18 14:18:42 +08:00
parent 3191877191
commit d8fb49452f

View File

@@ -30,6 +30,7 @@ spring:
time-to-live: 1h # 设置过期时间为 1 小时
server:
address: 0.0.0.0
servlet:
encoding:
enabled: true