Forráskód Böngészése

Comment on main.css (could be empty)

Fixes #45
Dave Syer 4 éve
szülő
commit
227751c461
1 módosított fájl, 3 hozzáadás és 0 törlés
  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