Polish
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
@RestController
|
||||
class Application {
|
||||
|
||||
@Autowired
|
||||
String foo
|
||||
|
||||
@RequestMapping("/")
|
||||
String home() {
|
||||
"Hello ${foo}!"
|
||||
@@ -10,4 +12,4 @@ class Application {
|
||||
|
||||
beans {
|
||||
foo String, "World"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user