- 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 5.0 By Example
- React Native Cookbook
- Web Application Development with MEAN
- JavaScript 程序設計案例教程
- Mastering Android Development with Kotlin
- ScratchJr趣味編程動手玩:讓孩子用編程講故事
- Go語言從入門到精通
- Unity 2017 Game AI Programming(Third Edition)
- Python+Office:輕松實現Python辦公自動化
- TypeScript全棧開發
- KnockoutJS Blueprints
- R High Performance Programming
- Java入門經典
- Instant OpenCV for iOS
- Scratch 3少兒交互式游戲編程一本通