关于springboot如何添加其他依赖?

关于springboot如何添加其他依赖


慕妹3146593
浏览 490回答 2
2回答

慕桂英3389331

spring&nbsp;boot&nbsp;基本依赖1.基础核心依赖<parent>&nbsp;&nbsp;&nbsp;&nbsp;<groupId>org.springframework.boot</groupId>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<artifactId>spring-boot-starter-parent</artifactId>&nbsp;&nbsp;&nbsp;&nbsp;<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>扩充一下:
打开App,查看更多内容
随时随地看视频慕课网APP