- 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"
推薦閱讀
- Data Visualization with D3 4.x Cookbook(Second Edition)
- 工程軟件開發(fā)技術(shù)基礎(chǔ)
- 大學(xué)計算機基礎(chǔ)實驗教程
- Vue.js前端開發(fā)基礎(chǔ)與項目實戰(zhàn)
- Vue.js 3.x從入門到精通(視頻教學(xué)版)
- Python爬蟲開發(fā)與項目實戰(zhàn)
- Visual Basic程序設(shè)計教程
- Oracle數(shù)據(jù)庫從入門到運維實戰(zhàn)
- C語言程序設(shè)計案例精粹
- Kali Linux Wireless Penetration Testing Beginner's Guide(Third Edition)
- INSTANT Passbook App Development for iOS How-to
- C語言程序設(shè)計實驗指導(dǎo) (第2版)
- Learning Laravel's Eloquent
- R語言與網(wǎng)絡(luò)輿情處理
- 零基礎(chǔ)學(xué)Kotlin之Android項目開發(fā)實戰(zhàn)