@ -7557,7 +7557,7 @@ The simplest possible `@Configuration` class reads as follows:
@@ -7557,7 +7557,7 @@ The simplest possible `@Configuration` class reads as follows:
public class AppConfig {
@Bean
public MyService myService() {
public MyServiceImpl myService() {
return new MyServiceImpl();
}
}
@ -7569,7 +7569,7 @@ The simplest possible `@Configuration` class reads as follows:
@@ -7569,7 +7569,7 @@ The simplest possible `@Configuration` class reads as follows: