Fix typo in document example (#2010)
This commit is contained in:
@@ -208,7 +208,7 @@ By default, Maven compiles sources from `src/main/java`, so you need to create t
|
||||
@EnableAutoConfiguration
|
||||
public class Example {
|
||||
|
||||
private static final Logger log = LoggerFactory.getLogger(Backend.class);
|
||||
private static final Logger log = LoggerFactory.getLogger(Example.class);
|
||||
|
||||
@RequestMapping("/")
|
||||
String home() {
|
||||
|
||||
Reference in New Issue
Block a user