fix:更改iot-dev配置文件,删掉非iot项目。
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<dependency>
|
||||
<groupId>com.taosdata.jdbc</groupId>
|
||||
<artifactId>taos-jdbcdriver</artifactId>
|
||||
<version>2.0.30</version>
|
||||
<version>3.0.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.intc</groupId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Tomcat
|
||||
server:
|
||||
port: 9210
|
||||
port: 9600
|
||||
|
||||
# Spring
|
||||
spring:
|
||||
@@ -16,8 +16,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
|
||||
# 配置中心地址
|
||||
|
||||
@@ -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-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" />
|
||||
|
||||
|
||||
@@ -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
|
||||
# 配置中心地址
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -20,6 +20,6 @@ public class IntcIotApplication
|
||||
public static void main(String[] args)
|
||||
{
|
||||
SpringApplication.run(IntcIotApplication.class, args);
|
||||
System.out.println("(♥◠‿◠)ノ゙ 智慧照明业务模块启动成功 ლ(´ڡ`ლ)゙");
|
||||
System.out.println("(♥◠‿◠)ノ゙ 智聪物联网模块启动成功 ლ(´ڡ`ლ)゙");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
# 配置中心地址
|
||||
|
||||
@@ -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" />
|
||||
|
||||
|
||||
@@ -9,12 +9,9 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<modules>
|
||||
<module>intc-system</module>
|
||||
<module>intc-gen</module>
|
||||
<module>intc-job</module>
|
||||
<module>intc-file</module>
|
||||
<module>intc-invest</module>
|
||||
<module>intc-health</module>
|
||||
<module>intc-weixin</module>
|
||||
<module>intc-iot-basics</module>
|
||||
<module>intc-iot</module>
|
||||
|
||||
Reference in New Issue
Block a user