商品分类,代码 REVIEW 完成

This commit is contained in:
YunaiV
2020-05-11 19:25:50 +08:00
parent 08f3d35573
commit b227928135
8 changed files with 8 additions and 8 deletions

View File

@@ -35,6 +35,7 @@ public class OrderApplication {
* @return
*/
@Bean
// TODO FROM 芋艿 to 芋艿:这个不太了解,可能后续要放到 starter 里,统一处理。
public ConfigurableServletWebServerFactory webServerFactory() {
TomcatServletWebServerFactory factory = new TomcatServletWebServerFactory();
factory.addConnectorCustomizers(new TomcatConnectorCustomizer() {