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

@@ -104,7 +104,7 @@
<dependency> <dependency>
<groupId>com.taosdata.jdbc</groupId> <groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId> <artifactId>taos-jdbcdriver</artifactId>
<version>2.0.30</version> <version>3.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.intc</groupId> <groupId>com.intc</groupId>

View File

@@ -1,6 +1,6 @@
# Tomcat # Tomcat
server: server:
port: 9210 port: 9600
# Spring # Spring
spring: spring:
@@ -16,8 +16,8 @@ spring:
namespace: intc namespace: intc
# 服务注册地址 # 服务注册地址
server-addr: 117.72.197.29:8858 server-addr: 117.72.197.29:8858
# ip: 154.8.147.51 ip: 154.8.147.51
group: dev group: intc
config: config:
namespace: intc namespace: intc
# 配置中心地址 # 配置中心地址

View File

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

View File

@@ -1,6 +1,6 @@
# Tomcat # Tomcat
server: server:
port: 9301 port: 9620
# Spring # Spring
spring: spring:
@@ -19,8 +19,8 @@ spring:
namespace: intc namespace: intc
# 服务注册地址 # 服务注册地址
server-addr: 117.72.197.29:8858 server-addr: 117.72.197.29:8858
# ip: 154.8.147.51 ip: 154.8.147.51
group: dev group: intc
config: config:
namespace: intc namespace: intc
# 配置中心地址 # 配置中心地址

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false"> <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" /> <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />

View File

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

View File

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

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="false"> <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" /> <property name="log.pattern" value="%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{20} - [%method,%line] - %msg%n" />

View File

@@ -9,12 +9,9 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<modules> <modules>
<module>intc-system</module>
<module>intc-gen</module> <module>intc-gen</module>
<module>intc-job</module> <module>intc-job</module>
<module>intc-file</module> <module>intc-file</module>
<module>intc-invest</module>
<module>intc-health</module>
<module>intc-weixin</module> <module>intc-weixin</module>
<module>intc-iot-basics</module> <module>intc-iot-basics</module>
<module>intc-iot</module> <module>intc-iot</module>