亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

關于springboot如何添加其他依賴?

關于springboot如何添加其他依賴?

慕妹3146593 2021-02-10 11:07:49
關于springboot如何添加其他依賴
查看完整描述

2 回答

?
慕桂英3389331

TA貢獻2036條經驗 獲得超8個贊

spring boot 基本依賴

1.基礎核心依賴

<parent>    

<groupId>org.springframework.boot</groupId>      

<artifactId>spring-boot-starter-parent</artifactId>    <version>1.5.1.RELEASE</version>

</parent>

2.web應用依賴

<dependencies>

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-web</artifactId>

</dependency>

</dependencies>

3.使用freemark依賴(不和web應用依賴共存)

<dependencies>

<dependency>

<groupId>org.springframework.boot</groupId>

<artifactId>spring-boot-starter-freemarker</artifactId>

</dependency>

</dependencies>

擴充一下:



查看完整回答
反對 回復 2021-04-03
  • 2 回答
  • 0 關注
  • 592 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號