Przeglądaj źródła

Comment on main.css (could be empty)

Fixes #45
Dave Syer 4 lat temu
rodzic
commit
227751c461
1 zmienionych plików z 3 dodań i 0 usunięć
  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
 to send it to the `/app/hello` destination (where `GreetingController.greeting()` will
 receive it).
 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
 == Make the Application Executable
 
 
 Spring Boot creates an application class for you. In this case, it needs no further
 Spring Boot creates an application class for you. In this case, it needs no further