Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
@Configuration(proxyBeanMethods = false)
class App {
@Bean
MyService myService() {
return new MyService()
}
class MyService {
String sayWorld() {
return "World!"