Merge pull request #11 from McPringle/master

Correcting wrong package name fixes #10
This commit is contained in:
Sébastien Deleuze
2018-08-10 13:35:33 +02:00
committed by GitHub

View File

@@ -177,7 +177,7 @@ Let's create a simple controller to display a simple web page.
`src/main/kotlin/blog/HtmlController.kt`
[source,kotlin]
----
package blog.web
package blog
import org.springframework.stereotype.Controller
import org.springframework.ui.Model