javaEE-day04-maven-依赖管理-依赖配置&依赖传递
This commit is contained in:
@@ -10,11 +10,21 @@
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<!--依赖管理坐标-->
|
||||
<dependencies>
|
||||
<!--logback日志框架-->
|
||||
<dependency>
|
||||
<groupId>ch.qos.logback</groupId>
|
||||
<artifactId>logback-classic</artifactId>
|
||||
<version>1.2.4</version>
|
||||
</dependency>
|
||||
|
||||
<!--MyBatis-数据库操作框架-->
|
||||
<dependency>
|
||||
<groupId>org.mybatis</groupId>
|
||||
<artifactId>mybatis</artifactId>
|
||||
<version>3.5.19</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user