JHipster可执行战争不能与Atmosphere结合使用

时间:2014-06-09 10:03:24

标签: java spring-boot atmosphere jhipster

在使用Atmosphere启用新应用程序时,一切似乎都能正常工作。但是当在可执行的战争中打包应用程序时(如jhipster主页上所述),应用程序无法正确加载。

它开始抱怨Atmosphere注释扫描无法从带有MalformedURLException的可执行jar中的atmosphere.jar扫描注释:

[WARN] org.atmosphere.cpr.DefaultAnnotationProcessor - 无法扫描注释 java.net.MalformedURLException:索引11处的不透明部分中的非法字符:jar:file:C:\ Development \ test \ target \ test-0.1-SNAPSHOT.war!/WEB-INF/lib/atmosphere-runtime-2.1.0的.jar!/组织/大气/ annota 灰/

我只使用Atmosphere enablef生成了一个新项目,将其打包并尝试运行可执行文件。我做错了什么或者我错过了什么?

由于

1 个答案:

答案 0 :(得分:2)

通过更新Atmosphere 2.2.2解决了这个问题。

不需要RequiresUnpack,有关详细信息,请查看jhipster-generator上的问题:https://github.com/jhipster/generator-jhipster/issues/471