BAEL-19967: Migrate spring-shell module to the com.baeldung package
This commit is contained in:
parent
4465bb6fa9
commit
8b17262844
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell;
|
||||
package com.baeldung.shell;
|
||||
|
||||
import java.io.IOException;
|
||||
import org.springframework.shell.Bootstrap;
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import org.springframework.core.Ordered;
|
||||
import org.springframework.core.annotation.Order;
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import java.io.BufferedReader;
|
||||
import java.io.FileNotFoundException;
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import org.springframework.core.Ordered;
|
||||
import org.springframework.core.annotation.Order;
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import org.springframework.core.Ordered;
|
||||
import org.springframework.core.annotation.Order;
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import java.net.MalformedURLException;
|
||||
import java.net.URL;
|
|
@ -8,6 +8,6 @@
|
|||
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util-4.2.xsd
|
||||
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd">
|
||||
|
||||
<context:component-scan base-package="org.baeldung.shell.simple"/>
|
||||
<context:component-scan base-package="com.baeldung.shell.simple"/>
|
||||
|
||||
</beans>
|
|
@ -1,4 +1,4 @@
|
|||
package org.baeldung.shell.simple;
|
||||
package com.baeldung.shell.simple;
|
||||
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.Assert;
|
Loading…
Reference in New Issue