removed

上级 9f9f9a9a
......@@ -37,7 +37,7 @@ import org.springframework.context.annotation.PropertySource;
@PropertySource(ConstantsProperties.maxKeyPropertySource)
public class MaxKeySslConfig implements InitializingBean {
private static final Logger _logger = LoggerFactory.getLogger(MaxKeySslConfig.class);
/*
@Bean
public Connector connector() {
Connector connector = new Connector("org.apache.coyote.http11.Http11NioProtocol");
......@@ -65,7 +65,7 @@ public class MaxKeySslConfig implements InitializingBean {
tomcat.addAdditionalTomcatConnectors(connector);
return tomcat;
}
*/
@Override
public void afterPropertiesSet() throws Exception {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册