从6.10.5升级到7.8.1

发布于 2025-02-12 02:59:45 字数 563 浏览 1 评论 0 原文

我已将6.10.5项目升级到7.8.1。我遵循说明来运行发电机以使用实体升级。除了以前的开发人员修改了几个春季启动文件之外,这一切都可以,因此我不得不手动将更改重新合并为新文件。完成该应用程序后,成功构建并运行了。它提出了基本菜单,该菜单提供了编辑实体的能力,我成功地测试了其中一些。但是,它缺少所有自定义菜单选项来提出以前开发人员添加的表格。我并不感到惊讶,所以我开始像后端一样开始合并过程。我很惊讶地发现我必须首先安装打字稿编译器,Angular,ng-hipster以及我发现以前开发人员使用过的其他许多东西。

Why is the latest version of ng-hipster dependent on angular
^10.0.0?  That's a couple of years behind the current version
14.0.4.

我敢肯定,这些问题会清楚地表明我对此工具集有多大缺乏经验,但是如果我误解了事情,我肯定会很感激有人会弄清楚我。我建议我的客户保留其具有很棒的功能,因此请保留JHIPSTER系统,但是如果开源社区已经离开了它并且不再支持它的Angular版本,我可能不得不建议我们迁移。

I have upgraded a 6.10.5 project to 7.8.1. I followed the instructions to run the generator to upgrade with entities. That went OK except the previous developer had modified several Spring Boot files so I had to manually merge his changes back into the new files. Once I finished that merge the application built successfully and ran. It came up with the basic menu which provides the ability to edit the entities and I tested a few of them with success. However, it was missing all the customized menu options to bring up the forms the previous developer had added. I wasn't surprised, so I started a merge process like I did for the backend. I was surprised to discover that I had to first install the typescript compiler, angular, ng-hipster and a bunch of other stuff I found the previous developer had used.

Why is the latest version of ng-hipster dependent on angular
^10.0.0?  That's a couple of years behind the current version
14.0.4.

I'm sure these questions will make it clear just how inexperienced I am with this toolset, but I sure would appreciate someone straightening me out if I am misunderstanding things. I have advised my client to keep the Jhipster system they have because it has great features, but I might have to advise we migrate away if the open source community has moved away from it and is not supporting the angular version of it anymore.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

最笨的告白 2025-02-19 02:59:46

我认为您的两个问题的答案都可以在问题中找到#12909 在官方的GitHub存储库上。 Jhipster从版本 ng-jhipster #最重要的新功能和升级“ rel =“ nofollow noreferrer”> 7.0.0.0-beta.0

重构

  • ng-jhipster与Generator-Jhipster合并 - #12909

I think the answer to both of your questions can be found in issue #12909 on the official github repository. JHipster moved away from ng-jhipster in version 7.0.0-beta.0.

Refactoring

  • ng-jhipster is merged with generator-jhipster - #12909
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文