WebFlux 实战城市管理系统

This commit is contained in:
liqiangqiang
2018-05-05 13:12:32 +08:00
parent e79d4586f0
commit 435b375e8a
13 changed files with 272 additions and 324 deletions

View File

@@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<description>WebFlux 实战图书管理系统</description>
<description>WebFlux 实战城市管理系统</description>
<groupId>demo.springboot</groupId>
<artifactId>springboot-webflux-10-book-manage-sys</artifactId>