BAEL-20552: Migrate spring-4 module to the com.baeldung package
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.baeldung.spring43.depresolution;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@ComponentScan
|
||||
public class ObjectProviderConfiguration {
|
||||
}
|
||||
Reference in New Issue
Block a user