Delete Config.java

This commit is contained in:
kornelihno 2018-02-17 17:28:02 +01:00 committed by GitHub
parent c0220b2a34
commit 3148bebd72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
package com.baeldung.beaninjectiontypes;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
@Configuration
@ComponentScan("com.baeldung.beaninjectiontypes")
public class Config {
}