commit | 315ccceef3f6d377cfeafc227c95c3d4320edbf0 | [log] [tgz] |
---|---|---|
author | Daniel Qian <chanjarster@gmail.com> | 周五 7月 20 10:09:00 2018 +0800 |
committer | Daniel Qian <chanjarster@gmail.com> | 周五 7月 20 10:09:03 2018 +0800 |
tree | be3af44c7065d35ddf28317699e82f2a9ec076fb | |
parent | a0bb8a9233918a33a975c3515a21773caa641530 [diff] [blame] |
完善一些例子
diff --git a/samples/foo/pom.xml b/samples/foo/pom.xml index 3bd8bde..d23ba91 100644 --- a/samples/foo/pom.xml +++ b/samples/foo/pom.xml
@@ -26,6 +26,11 @@ <dependency> <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-json</artifactId> + </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-thymeleaf</artifactId> </dependency>