- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 35字
- 2021-07-02 21:50:14
Adding Spring Boot dependencies
To set up the project with Spring Boot packages we need to add the following dependencies in the build.gradle file:
// Spring
compile 'org.springframework.boot:spring-boot-starter-web'
compile 'org.springframework.boot:spring-boot-starter-jdbc'
compile 'org.springframework.boot:spring-boot-devtools'
testCompile "org.springframework.boot:spring-boot-starter-test"
推薦閱讀
- Spring Cloud Alibaba核心技術與實戰案例
- GraphQL學習指南
- 自制編譯器
- Python Deep Learning
- 樂高機器人設計技巧:EV3結構設計與編程指導
- Practical DevOps
- Building Cross-Platform Desktop Applications with Electron
- Learn React with TypeScript 3
- 一塊面包板玩轉Arduino編程
- JSP程序設計實例教程(第2版)
- 奔跑吧 Linux內核
- Flink入門與實戰
- 城市信息模型平臺頂層設計與實踐
- ASP.NET jQuery Cookbook(Second Edition)
- IBM DB2 9.7 Advanced Application Developer Cookbook