浏览代码

Comment on main.css (could be empty)

Fixes #45
Dave Syer 5 年之前
父节点
当前提交
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
 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