2020
09-28
09-28
SpringBoot项目如何打可执行war包
最近做了一个Springboot项目,但是最后需要打成WAR包在容器中部署,下面就简单记录一下。1、修改pom文件<projectxmlns="http://maven.apache.org/POM/4.0.0"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://maven.apache.org/POM/4.0.0http://maven.apache.org/xsd/maven-4.0.0.xsd"><modelVersion>4.0.0</modelVersion><groupId>com.eelve</groupId><artifactId>springboot-war</artifa...
继续阅读 >