|
@@ -12,4 +12,21 @@
|
|
|
<artifactId>blog-api</artifactId>
|
|
|
|
|
|
|
|
|
+ <dependencies>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-web</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.springframework.boot</groupId>
|
|
|
+ <artifactId>spring-boot-starter-thymeleaf</artifactId>
|
|
|
+ </dependency>
|
|
|
+
|
|
|
+ <dependency>
|
|
|
+ <groupId>cn.blog</groupId>
|
|
|
+ <artifactId>blog-business</artifactId>
|
|
|
+ </dependency>
|
|
|
+ </dependencies>
|
|
|
</project>
|