Browse Source

2020/3/24

EDZ 4 years ago
parent
commit
0cc64c6a8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/auto/app/src/main/resources/undertow.txt

+ 1 - 1
code/auto/app/src/main/resources/undertow.txt

@@ -9,7 +9,7 @@ undertow.contextPath=nvrnetwork
 # 打成 fatjar 部署的项目开启下面的配置
 # undertow.resourcePath=src/main/webapp, classpath:webapp
 
-# undertow.resourcePath=webapp, app/src/main/webapp, src/main/webapp,classpath:webapp
+ undertow.resourcePath=webapp, app/src/main/webapp, src/main/webapp,classpath:webapp
 
 # 开启 gzip 压缩
 undertow.gzip.enable=true