提交 f7b0a2c0 编写于 作者: J Juergen Hoeller

fixed JavaConfig sample code (SPR-6637, SPR-6638)

上级 9ca60035
......@@ -5591,7 +5591,7 @@ public class CachingMovieCatalog implements MovieCatalog {
class would read as follows: <programlisting language="java">@Configuration
public class AppConfig {
@Bean
public void MyService myService() {
public MyService myService() {
return new MyServiceImpl();
}
}</programlisting></para>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册