How to override the spring boot version used by jhipster

限于喜欢 提交于 2019-12-11 10:10:47

问题


my JHipster generated application uses

<jhipster-dependencies.version>2.0.28</jhipster-dependencies.version>

which includes Spring Boot v.2.0.6

But I want to use Spring Boot 2.1.1

What do I need to change in my pom.xml to achieve that. I tried to set <spring-boot.version>2.1.1.RELEASE</spring-boot.version>

But when I build & run, still v2.0.6 is used.

来源:https://stackoverflow.com/questions/53770651/how-to-override-the-spring-boot-version-used-by-jhipster

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!