Преглед изворни кода

Comment on main.css (could be empty)

Fixes #45
Dave Syer пре 4 година
родитељ
комит
227751c461
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      README.adoc

+ 3 - 0
README.adoc

@@ -295,6 +295,9 @@ The `sendName()` function retrieves the name entered by the user and uses the ST
 to send it to the `/app/hello` destination (where `GreetingController.greeting()` will
 receive it).
 
+The `main.css` can be omitted if you like, or you can create an empty
+one, just so the `<link>` can be resolved.
+
 == Make the Application Executable
 
 Spring Boot creates an application class for you. In this case, it needs no further