Delete Config.java
This commit is contained in:
parent
c0220b2a34
commit
3148bebd72
|
@ -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 {
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in New Issue