fix:更改iot-dev配置文件,删掉非iot项目。

This commit is contained in:
tianyongbao
2025-05-01 16:08:56 +08:00
parent 8a66dffa80
commit a7b34af834
9 changed files with 15 additions and 18 deletions

View File

@@ -20,6 +20,6 @@ public class IntcIotApplication
public static void main(String[] args)
{
SpringApplication.run(IntcIotApplication.class, args);
System.out.println("(♥◠‿◠)ノ゙ 智慧照明业务模块启动成功 ლ(´ڡ`ლ)゙");
System.out.println("(♥◠‿◠)ノ゙ 智聪物联网模块启动成功 ლ(´ڡ`ლ)゙");
}
}

View File

@@ -2,8 +2,8 @@
server:
max-http-header-size: 4048576
tomcat:
max-http-post-size: -1 #请求参数长度
port: 9238
max-http-form-post-size: -1
port: 9610
# Spring
spring:
@@ -24,8 +24,8 @@ spring:
namespace: intc
# 服务注册地址
server-addr: 117.72.197.29:8858
# ip: 154.8.147.51
group: dev
ip: 154.8.147.51
group: intc
config:
namespace: intc
# 配置中心地址

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false">
<!-- 日志存放路径 -->
<property name="log.path" value="logs/hny-smart-light" />
<property name="log.path" value="logs/intc-iot" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />