Skip to content

Commit 27d0f43

Browse files
author
eugenp
committed
exception work
1 parent f380ca5 commit 27d0f43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spring-all/src/main/java/org/baeldung/ex/nosuchbeandefinitionexception/spring/Cause1ContextWithJavaConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.context.annotation.Configuration;
55

66
@Configuration
7-
@ComponentScan("org.baeldung.di.cause1")
7+
@ComponentScan("org.baeldung.ex.nosuchbeandefinitionexception.cause1")
88
public class Cause1ContextWithJavaConfig {
99

1010
public Cause1ContextWithJavaConfig() {

spring-all/src/main/java/org/baeldung/ex/nosuchbeandefinitionexception/spring/Cause2ContextWithJavaConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.context.annotation.Configuration;
55

66
@Configuration
7-
@ComponentScan("org.baeldung.di.cause2")
7+
@ComponentScan("org.baeldung.ex.nosuchbeandefinitionexception.cause2")
88
public class Cause2ContextWithJavaConfig {
99

1010
public Cause2ContextWithJavaConfig() {

spring-all/src/main/java/org/baeldung/ex/nosuchbeandefinitionexception/spring/Cause3ContextWithJavaConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import org.springframework.context.annotation.Configuration;
55

66
@Configuration
7-
@ComponentScan("org.baeldung.di.cause3")
7+
@ComponentScan("org.baeldung.ex.nosuchbeandefinitionexception.cause3")
88
public class Cause3ContextWithJavaConfig {
99

1010
public Cause3ContextWithJavaConfig() {

0 commit comments

Comments
 (0)