Delete Config.java
This commit is contained in:
@@ -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 {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user