BAEL-17449 Slice 19 | The top 100 articles should have their own package in the module (#7755)

This commit is contained in:
Dhawal Kapil
2019-09-09 19:02:09 +05:30
committed by Josh Cummings
parent 2f5dcfaa65
commit d5abe46c25
6 changed files with 17 additions and 15 deletions
@@ -1,7 +1,5 @@
package org.baeldung.spring.config;
package org.baeldung.scopes;
import org.baeldung.scopes.HelloMessageGenerator;
import org.baeldung.scopes.Person;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;