添加 spring-boot-devtools 配置

This commit is contained in:
thinkgem
2025-05-21 11:00:11 +08:00
parent b0e6664909
commit 4e5d776104
8 changed files with 42 additions and 0 deletions

View File

@@ -51,6 +51,13 @@
<!--<artifactId>spring-boot-starter-undertow</artifactId>-->
</dependency>
<!-- 热部署工具
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency> -->
</dependencies>
<build>

View File

@@ -21,6 +21,7 @@
<!-- <logger name="org.springframework.transaction.support.TransactionSynchronizationManager" level="TRACE" /> -->
<logger name="org.springframework.web.servlet.PageNotFound" level="ERROR" />
<logger name="org.springframework.context.support.PostProcessorRegistrationDelegate$BeanPostProcessorChecker" level="ERROR" />
<logger name="org.springframework.boot.devtools" level="DEBUG" />
<logger name="springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader" level="ERROR" />
<logger name="springfox.documentation.schema.property.CachingModelPropertiesProvider" level="ERROR" />