testing Jenkinsfile

This commit is contained in:
Szakalakamaka
2020-09-29 15:12:28 +02:00
parent 62193d55f7
commit bcd8bc6505
5 changed files with 42 additions and 118 deletions

View File

@@ -2,9 +2,7 @@ package com.release11.klaus.config;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Profile;
@Profile("local-discovery")
@Configuration
@EnableDiscoveryClient
public class LocalDiscovery {