添加忽略文件

This commit is contained in:
xiongxiaoyang 2020-05-27 20:36:56 +08:00
parent 4ee17592c7
commit a9b5a1f583
3 changed files with 19 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
target/
.idea/
*.iml

15
novel-book/pom.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<parent>
<artifactId>novel-cloud</artifactId>
<groupId>com.java2nb.novel</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>novel-book</artifactId>
</project>

View File

@ -13,6 +13,7 @@
<module>novel-monitor</module> <module>novel-monitor</module>
<module>novel-user</module> <module>novel-user</module>
<module>novel-gen</module> <module>novel-gen</module>
<module>novel-book</module>
</modules> </modules>
<packaging>pom</packaging> <packaging>pom</packaging>