From a9b5a1f5838b4c3d4e6a75b6041cf8cd692f4db7 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang Date: Wed, 27 May 2020 20:36:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BF=BD=E7=95=A5=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ novel-book/pom.xml | 15 +++++++++++++++ pom.xml | 1 + 3 files changed, 19 insertions(+) create mode 100644 .gitignore create mode 100644 novel-book/pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ec10551 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +target/ +.idea/ +*.iml diff --git a/novel-book/pom.xml b/novel-book/pom.xml new file mode 100644 index 0000000..b5806e6 --- /dev/null +++ b/novel-book/pom.xml @@ -0,0 +1,15 @@ + + + + novel-cloud + com.java2nb.novel + 1.0.0 + + 4.0.0 + + novel-book + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6319d63..975a9b4 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ novel-monitor novel-user novel-gen + novel-book pom