4 回答

MMMHUHU
TA貢獻1834條經驗 獲得超8個贊
<!-- 核心模塊,包括自動配置支持、日志和YAML -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
<!-- 測試模塊,包括JUnit、Hamcrest、Mockito -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- 引入Web模塊 -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

慕蓋茨4494581
TA貢獻1850條經驗 獲得超11個贊
添加回答
舉報
0/150
提交
取消