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

@@ -1,6 +1,6 @@
# Tomcat
server:
port: 9301
port: 9620
# Spring
spring:
@@ -19,8 +19,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/intc-system" />
<property name="log.path" value="logs/intc-iot-system" />
<!-- 日志输出格式 -->
<property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />