排除Jhipster并将Spring Boot从1.4.0升级到2.0.3 [英] Exclude Jhipster and upgrade Spring Boot from 1.4.0 to 2.0.3

查看:132
本文介绍了排除Jhipster并将Spring Boot从1.4.0升级到2.0.3的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在项目中使用的是Spring Boot 1.4.0和jhipster 3.6.1.我想将Spring Boot从1.4.0升级到2.0.3,但是我发现jhipster的一些发行说明表明它不支持Spring Boot 2.0.3.

I am using spring boot 1.4.0 along with jhipster 3.6.1 in my project. I want to upgrade spring boot from 1.4.0 to 2.0.3 but I found some release notes of jhipster according to which it won't support Spring boot 2.0.3.

任何人都可以通过让我知道是否有任何简便方法将jhipster排除在我的项目之外来帮助我.

Can anyone help me out by letting me know if there is any easy and quick way to exclude jhipster from my project.

推荐答案

Spring Boot 2不会更新JHipster 3,只有JHipster 5支持它.

JHipster 3 won't be updated for Spring Boot 2, only JHipster 5 supports it.

因此,您可以使用jhipster upgrade命令将项目升级到JHipster 5,或者从JHipster中删除所有依赖项,然后手动升级项目.

So either you upgrade your project to JHipster 5 using jhipster upgrade command or you remove all dependencies from JHipster and you manually upgrade your project.

这些依赖项可以分为3种:用于Maven依赖项的BOM,服务器库和客户端库(在您的用例中不是必需的).对于 BOM和服务器库,其想法是检索应用程序使用的版本的源,并将其集成到您自己的git repo中,以便您可以对其进行修改.

These dependencies can be of 3 types: BOM for maven dependencies, server library and client library (not required for your use case). For BOM and server library, the idea is to retrieve the source of the version used by your app and to integrate it into your own git repo so that you can modify it.

这篇关于排除Jhipster并将Spring Boot从1.4.0升级到2.0.3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆