4.0.0 com.leanwo.gateway GatewayServer 0.0.1 org.springframework.boot spring-boot-starter-parent 2.2.4.RELEASE UTF-8 2.5.0-b60 1.8 Hoxton.RELEASE org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-logging org.springframework.boot spring-boot-starter-log4j2 org.springframework.cloud spring-cloud-starter-netflix-eureka-client org.springframework.cloud spring-cloud-starter-gateway org.springframework.boot spring-boot-starter-test test org.springframework.cloud spring-cloud-dependencies ${spring-cloud.version} pom import GatewayServer src/main/java src/test/java src/main/resources org.apache.maven.plugins maven-compiler-plugin 1.8 1.8 true org.springframework.boot spring-boot-maven-plugin org.apache.maven.plugins maven-surefire-plugin true org.apache.maven.plugins maven-jar-plugin 3.1.1 ${project.build.directory}/${project.version} resources/ true lib/ com.leanwo.gateway.GatewayApp **/*.yml **/*.xml **/*.bat **/*.properties **/*.sql **/*.txt **/*.jks org.apache.maven.plugins maven-dependency-plugin copy-dependencies package copy-dependencies ${project.build.directory}/${project.version}/lib false false runtime org.apache.maven.plugins maven-resources-plugin copy-dependencies package copy-resources ${project.build.directory}/${project.version}/resources src/main/resources *.bat copy-dependencies-bat package copy-resources ${project.build.directory}/${project.version} src/main/resources *.bat