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

@@ -0,0 +1,11 @@
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 {
}

View File

@@ -1,3 +1,4 @@
spring.application.name=klaus
server.port = 8097
spring.output.ansi.enabled = always