fis-velocity-tools icon indicating copy to clipboard operation
fis-velocity-tools copied to clipboard

Like velocity-tools, we focus on the front-end integrated solution.

Results 9 fis-velocity-tools issues
Sort by recently updated
recently updated
newest added

如[http://fis.baidu.com/fis3/docs/node-mock.html](http://fis.baidu.com/fis3/docs/node-mock.html) 所示,支持如下mock指令 ``` js proxy ^\/api\/(.*)$ http://127.0.0.1:7777/api/$1 ```

Settings.DEFAULT_PATH不能自定义,当然幸好不是final的 顺便吐槽一下日志都是sysout的.......以及各种写死的WEB-INF

看了一下源码结构 不理解 WEB-INF/views/index.vm 是在什么情况下被渲染出来?

版本: fis-velocity-tools-2.11.jar bug 代码位置:com.baidu.fis.servlet.ListenerTask.java 67行 ``` java for (int i = 0; i < currentFiles.length; i++) { if (Arrays.binarySearch(filelist, currentFiles[i]) > -1){ File file = new File(path, currentFiles[i]); // System.out.println("Check...

设置 fis.properties 也没用。 # extends("page/layout/application.vm") --> #extends("/page/layout/application.vm") # widget("widget/bottom_banner.vm") --> #widget("/widget/bottom_banner.vm") 但是改成后面的绝对路径就可以读到了。 没有 spring-boot 的 demo 可以看看?

目前支持jsp和velocity,感觉如果要支持freemarker参照velocity应该也不难,为啥不支持一下呢?

J2EE应用部署后,有一个context,一般我们可以通过$request.getContextPath来获取绝对路径,然后拼接上静态资源例如,例如 由于#requrie是根据map.json表来映射的,而且我也不可以在fis-conf.js中把url写死,有什么更好的解决方法?

Whitelabel Error Page This application has no explicit mapping for /error, so you are seeing this as a fallback. Wed Sep 09 13:52:07 CST 2015 There was an unexpected error...

mvn install:install-file -Dfile=./target/fis-velocity-tools-1.8.jar -DgroupId=com.baidu.fis -DartifactId=fis-velocity-tools -Dversion=1.8 -Dpackaging=jar