feat: 物联平台分支创建及代码整合。

This commit is contained in:
tianyongbao
2025-04-24 17:17:51 +08:00
parent e07a24c892
commit 766a707788
627 changed files with 63729 additions and 4 deletions

View File

@@ -0,0 +1,40 @@
# Tomcat
server:
max-http-header-size: 4048576
tomcat:
max-http-post-size: -1 #请求参数长度
port: 9238
# Spring
spring:
application:
# 应用名称
name: intc-iot
profiles:
# 环境配置
active: dev
servlet:
multipart:
enabled: true
max-file-size: -1
max-request-size: -1
cloud:
nacos:
discovery:
namespace: intc
# 服务注册地址
server-addr: 101.126.95.100:8858
group: dev
config:
namespace: intc
# 配置中心地址
server-addr: 101.126.95.100:8858
# 配置文件格式
file-extension: yml
# 共享配置
shared-configs:
- application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
# 用于服务监控可在线查看日志,该配置用于生产环境
logging:
file:
name: logs/${spring.application.name}/info.log