调整influx-starter

This commit is contained in:
2024-01-16 16:12:36 +08:00
parent df7d774a11
commit 93d348abc7
28 changed files with 32 additions and 51 deletions

View File

@@ -268,6 +268,13 @@
<artifactId>log4j-api</artifactId>
<version>2.18.0</version>
</dependency>
<!-- 热部署依赖-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional> <!-- 这个需要为 true 热部署才有效 -->
<scope>runtime</scope> <!--只在运行时起作用 打包时不打进去-->
</dependency>
</dependencies>
</dependencyManagement>
<build>