Why spring boot generates jar or war file with .original extension?

后端 未结 2 1280
悲哀的现实
悲哀的现实 2020-12-15 16:20

Why after building spring boot app, it generates two jar or war files with .original extension? I use spring boot maven build plugin. For example:

2条回答
  •  不思量自难忘°
    2020-12-15 17:02

    I assume that you're using the spring boot maven build plugin. This behavior is documented here: https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html

提交回复
热议问题