问题标签 [jhipster]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
1248 浏览

spring - 时髦堆栈(Yeoman + Maven + Spring)错误

当我尝试yo jhipster在 Windows 7 32 位机器上生成时,出现以下错误:

bower json3#~3.2.5 progress received 3.7MB of 4.9MB download, 75% libjpeg-62.dll: 下载 [===================] 100% 0.0s

? 预构建测试失败,从源代码编译...

d:\Self_jhipster\node_modules\grunt-contrib-imagemin\node_modules\jpegtran-bin\ lib\check.js:19 throw new Error('build is not supported on' + process.platform);

如何解决这个错误?

0 投票
3 回答
1838 浏览

jhipster - 创建实体

我遵循了这个关于使用 jhipster 的漂亮教程。我能够同时运行 Maven 和 Grunt。而且我已经能够使用默认用户进行身份验证。我遇到麻烦的地方是创建一个新实体。

http://jhipster.github.io/creating_an_entity.html

我跑了

然后我在 angular javascript 文件之后的 index.html 文件中为三个 foo js 文件创建了条目:

预期的页面未出现

我看到以下控制台错误:

0 投票
4 回答
3703 浏览

yeoman - 在错误目录中生成的 jhipster 应用程序文件

当我尝试在 ubuntu 13.10 中创建 jhipster 应用程序时yo jhipster,生成的输出文件总是转储到错误的目录中。

例如,我yo jhipster在目录中运行,/mnt/mercury/jhipster-test/alpha然后文件被转储到/mnt/mercury. 事实上,如果我yo jhipster在任何子目录中运行,/mnt/mercury它们总是被转储到/mnt/mercury.

我正在使用yo version 1.1.2标准的 ubuntu 存储库

请告知如何生成要在当前目录中输出的文件。

为了其他面临这个问题的人的利益。我设法让 Yeoman 与以下人员一起工作

0 投票
1 回答
1567 浏览

postgresql - 使用 dev PostgreSQL 生成 jHipster 的问题

首先,我喜欢这个框架……它很有趣。在使用 hsqldb dev 数据库生成项目时,我仍然了解自己的方式并且没有任何问题,但是在尝试连接到本地 localhost 的本地 PostgreSQL 数据库时,我无法生成它。有什么我想念的吗?

错误输出:

0 投票
1 回答
462 浏览

jhipster - 运行中的问题

我对生成的应用程序有几个问题。我还没有进入它,但我评论了他@EnableScheduling 并且它运行了。好像是春天的问题。

接下来,应用程序配置文件中有错误的类:.conf。引起了问题。应该是.config。

代替

最后,至少对于 Postgres,数据库信息没有正确设置。缺少 URL 和用户名。如果您可以更新安装文档以涵盖该内容,或者将其默认为 localhost。在 dev 中运行时可能会吐出配置信息。

另一件事是来自休眠的警告:

非常酷的设置。谢谢!

0 投票
1 回答
938 浏览

gruntjs - Unable to load another page in JHipster on Production

I have an issue with the Pprod profile. I have created two pages: index.html and profile.html

When I run the project with production profile then the index page is working fine for me. I.e. it converts all CSS, JS and replaces all HTML with the new URL.

If I replace profile.html with index.html then again it is all working fine for me. I.e. it converts all CSS, JS and replaces all HTML with the new URL.

But, if I run both pages simultaneously, then only index.html is working fine for me and profile.html is not.

On profile.html page HTML, the URL is not changed with script.js and main.css file.

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/styles/postLogin.css

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/profile.js

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/main.js

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/profile/app/app.js

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/profile/directive/profile-directive.js

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/profile/controller/profile-controller.js

Failed to load resource: the server responded with a status of 404 (Not Found) abc.com/scripts/profile/service/profile-service.js

Any ideas? Thanks in advance.

0 投票
1 回答
327 浏览

jhipster - 更改 db-changelog.xml 中的某些内容时需要删除整个数据库

我正在研究 JHipster 生产资料。

当我第一次在MySQL. 如果我db-changelog.xml对 db 文件进行了一些更改并运行它,则会出现异常:

[错误] org.apache.catalina.loader.WebappClassLoader - Web 应用程序似乎已经启动了一个名为 [Abandoned connection cleanup thread] 的线程,但未能停止它。这很可能造成内存泄漏。

[错误] org.apache.catalina.loader.WebappClassLoader - Web 应用程序似乎已经启动了一个名为 [Hikari Housekeeping Timer] 的线程,但未能停止它。这很可能造成内存泄漏。

原因:org.springframework.beans.factory.BeanCreationException:创建名为“org.springframework.scheduling.annotation.SchedulingConfiguration”的bean时出错:bean初始化失败;嵌套异常是 java.lang.NoSuchMethodError: org.springframework.scheduling.annotation.SchedulingConfiguration.setBeanFactory(Lorg/springframework/beans/factory/BeanFactory;)V"

但是,如果我从数据库中删除所有表,那么它对我来说会很好。

0 投票
1 回答
341 浏览

jhipster - 无法在 Prod Profile 上运行测试用例

我在 jhispter 上,我的 prod 文件对我来说工作正常。但是当我通过 @ActiveProfiles("prod") 更改类在 prod 配置文件上运行 junit 时

然后我在控制台上收到错误:-

请帮我。

0 投票
1 回答
237 浏览

jhipster - 无法在 jhipster 的 dev profile inmomery 上加载自己的数据库表中的数据

大家好,

我正在研究 jhipster。我在 dev 配置文件上创建了一个数据库,并且创建得很好。但是当我尝试使用 csv 文件将数据加载到表中时,出现异常。请帮助我。

提前致谢。

0 投票
3 回答
7201 浏览

spring - jhipster 会话超时配置

我从 git 下载了 JHipster 并试图了解如何配置会话超时,但找不到任何web.xml或基于 java 的类。

您能帮我弄清楚如何将session超时配置为例如 20 分钟吗?