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