@ -1,5 +1,5 @@
/ *
/ *
* Copyright 2012 - 202 0 the original author or authors .
* Copyright 2012 - 202 2 the original author or authors .
*
*
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* Licensed under the Apache License , Version 2.0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
* you may not use this file except in compliance with the License .
@ -30,7 +30,7 @@ public class SampleSimpleApplication implements CommandLineRunner {
// Simple example shows how a command line spring application can execute an
// Simple example shows how a command line spring application can execute an
// injected bean service. Also demonstrates how you can use @Value to inject
// injected bean service. Also demonstrates how you can use @Value to inject
// command line args ('-- name=whatever') or application properties
// command line args ('-- test. name=whatever') or application properties
@Autowired
@Autowired
private HelloWorldService helloWorldService ;
private HelloWorldService helloWorldService ;