第一个springboot-web快速入门工程
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
<maven.compiler.target>11</maven.compiler.target>
|
||||
</properties>
|
||||
|
||||
<!--依赖管理-->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
@@ -20,10 +21,18 @@
|
||||
<version>1.2.3</version>
|
||||
</dependency>
|
||||
|
||||
<!--引入projectB模块-->
|
||||
<dependency>
|
||||
<groupId>com.inmind</groupId>
|
||||
<artifactId>maven-projectB</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<!--排除依赖-->
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user