Skip to content
Snippets Groups Projects
Commit 2e5440af authored by OZGCloud's avatar OZGCloud
Browse files

cleanup AutoConfiguration

parent d770dccd
No related branches found
No related tags found
No related merge requests found
package de.ozgcloud.client.autoconfigure;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.boot.autoconfigure.AutoConfigureBefore;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
......@@ -10,10 +9,8 @@ import net.devh.boot.grpc.client.config.GrpcChannelProperties;
import net.devh.boot.grpc.client.config.GrpcChannelsProperties;
import net.devh.boot.grpc.client.config.NegotiationType;
@AutoConfiguration
@AutoConfiguration(before = GrpcClientAutoConfiguration.class)
@ComponentScan(basePackages = "de.ozgcloud.apilib.**")
@AutoConfigureBefore(GrpcClientAutoConfiguration.class)
//TODO remove component scan
public class OzgCloudClientAutoConfiguration {
@Bean
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment