Commit 4b630b6f authored by 朱劲松​'s avatar 朱劲松​

feature & fix: 正式发布0.0.6版本, 取消平滑退出的开关,使其一直开启.

parent 45c15e87
...@@ -34,7 +34,7 @@ import javax.servlet.Servlet; ...@@ -34,7 +34,7 @@ import javax.servlet.Servlet;
* on the classpath. * on the classpath.
*/ */
@Configuration @Configuration
@ConditionalOnProperty(prefix = "shutdown.graceful", name = "enabled", havingValue = "true", matchIfMissing = true) //@ConditionalOnProperty(prefix = "shutdown.graceful", name = "enabled", havingValue = "true", matchIfMissing = true)
@EnableConfigurationProperties(GracefulShutdownProperties.class) @EnableConfigurationProperties(GracefulShutdownProperties.class)
@Import(EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar.class) @Import(EmbeddedServletContainerAutoConfiguration.BeanPostProcessorsRegistrar.class)
public class GracefulShutdownAutoConfiguration { public class GracefulShutdownAutoConfiguration {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment