maven
文章平均质量分 77
HelloWorldDemo
这个作者很懒,什么都没留下…
展开
-
maven jetty 热部署 Files are locked on Windows and can't be replaced
在windows操作系统用jetty maven plugin运行jetty:run命令,修改静态html等资源后不能保存,出现文件被锁问题。原因:maven jetty plugin 的默认webdefault.xml中的default servlet的初始参数useFileMappedBuffer值为true。Jetty buffers static content for webap原创 2013-12-30 14:48:52 · 1484 阅读 · 0 评论 -
maven jetty 9 plugin utf-8 网页乱码
maven 3 org.eclipse.jetty 9.1.0.v20131115 配置,及浏览器乱码解决原创 2013-12-13 16:39:46 · 4668 阅读 · 0 评论 -
eclipse maven SLF4J: Failed to load class org.slf4j.impl.StaticLoggerBinder
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".SLF4J: Defaulting to no-operation (NOP) logger implementationSLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.在eclipse的几个不同版本eclipse-jee-indigo-SR2-win32,ec原创 2013-12-18 22:03:30 · 7206 阅读 · 0 评论