init repo
This commit is contained in:
@ -0,0 +1,13 @@
|
||||
package de.mummeit.common.config;
|
||||
|
||||
import org.springframework.cloud.openfeign.EnableFeignClients;
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
import org.springframework.context.annotation.PropertySource;
|
||||
|
||||
@EnableFeignClients
|
||||
@ComponentScan(basePackages = "de.mummeit")
|
||||
@Configuration
|
||||
@PropertySource(value = "classpath:permission-manager-sdk-application.yaml")
|
||||
public class PermissionManagerSdkConfiguration {
|
||||
}
|
Reference in New Issue
Block a user