testing config service

This commit is contained in:
Szakalakamaka
2020-10-26 15:57:16 +01:00
parent e8d99fbaf2
commit 4e7d9ffd33
8 changed files with 120 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package com.release11.klaus.config;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableDiscoveryClient
public class LocalDiscovery {
}