Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Wizzercn committed Nov 13, 2018
1 parent f5ae6f5 commit c928994
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jetty.threadpool.maxThreads=8
jetty.page.403=/error/403.html
jetty.page.404=/error/404.html
#可选用nginx配置 upload 虚拟目录指向 D://files/upload
jetty.staticPath=D://files
#jetty.staticPath=D://files
#开发模式静态资源
jetty.staticPathLocal=D://NutzWk5/wk-app/wk-nb-web-vue/src/main/resources/static
#jetty.staticPathLocal=D://NutzWk5/wk-app/wk-nb-web-vue/src/main/resources/static

redis.host=127.0.0.1
redis.port=6379
Expand Down Expand Up @@ -48,7 +48,7 @@ shiro.url.logout_redirect=/platform
shiro.url.unauth=/platform

#开发时设置本地路径,便于调试
beetl.RESOURCE.rootLocal=D://NutzWk5/wk-app/wk-nb-web-vue/src/main/resources/views/
#beetl.RESOURCE.rootLocal=D://NutzWk5/wk-app/wk-nb-web-vue/src/main/resources/views/
beetl.RESOURCE.root=views/
beetl.DELIMITER_STATEMENT_START=<!--#
beetl.DELIMITER_STATEMENT_END=#-->
Expand Down

0 comments on commit c928994

Please sign in to comment.