testing Jenkinsfile

This commit is contained in:
Szakalakamaka
2020-09-29 14:43:35 +02:00
parent d6de7c5e20
commit 62193d55f7
95 changed files with 1065 additions and 402 deletions

View File

@@ -24,6 +24,7 @@
<docker.image.name>${project.artifactId}</docker.image.name>
<springfox-swagger2.version>2.7.0</springfox-swagger2.version>
<springfox-swagger-ui.version>2.7.0</springfox-swagger-ui.version>
<eureka-client.version>2.2.5.RELEASE</eureka-client.version>
</properties>
<dependencies>
@@ -99,6 +100,11 @@
<artifactId>springfox-swagger-ui</artifactId>
<version>${springfox-swagger-ui.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-netflix-eureka-client</artifactId>
<version>${eureka-client.version}</version>
</dependency>
</dependencies>
<build>