|
|
|
@ -11,7 +11,7 @@
|
|
|
|
<groupId>com.rehome</groupId>
|
|
|
|
<groupId>com.rehome</groupId>
|
|
|
|
<artifactId>admin-client-temperature</artifactId>
|
|
|
|
<artifactId>admin-client-temperature</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
<packaging>jar</packaging>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<name>admin-client-temperature</name>
|
|
|
|
<name>admin-client-temperature</name>
|
|
|
|
<description>admin-client-temperature</description>
|
|
|
|
<description>admin-client-temperature</description>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
@ -26,6 +26,20 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-logging</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-tomcat</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>spring-boot-starter-undertow</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
@ -305,7 +319,7 @@
|
|
|
|
</repository>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|
<finalName>${project.artifactId}</finalName>
|
|
|
|
<finalName>${project.artifactId}-kingbase</finalName>
|
|
|
|
<plugins>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<plugin>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
|