- Spring Boot 2.0 Cookbook(Second Edition)
- Alex Antonov
- 162字
- 2021-06-24 19:24:36
How to do it...
The application that we are going to create is a book catalog management system. It will keep a record of books that were published, who the authors were, the reviewers, publishing houses, and so forth. We will name our project BookPub, and apply the following steps:
- First let's switch to the full version by clicking the link below the Generate Project alt + button
- Choose Gradle Project at the top
- Use Spring Boot version 2.0.0(SNAPSHOT)
- Use the default proposed Group name: com.example
- Enter bookpub for an Artifact field
- Provide BookPub as a Name for the application
- Specify com.example.bookpub as our Package Name
- Select Jar as Packaging
- Use Java Version as 8
- Select the H2, JDBC, and JPA starters from the Search for dependencies selection so that we can get the needed artifacts in our build file to connect to an H2 database
- Click on Generate Project alt + to download the project archive
推薦閱讀
- PyTorch深度學習實戰:從新手小白到數據科學家
- Greenplum:從大數據戰略到實現
- Access 2016數據庫教程(微課版·第2版)
- DB29forLinux,UNIX,Windows數據庫管理認證指南
- 信息系統與數據科學
- Effective Amazon Machine Learning
- 計算機信息技術基礎實驗與習題
- Libgdx Cross/platform Game Development Cookbook
- MySQL從入門到精通(第3版)
- 數據化網站運營深度剖析
- WS-BPEL 2.0 Beginner's Guide
- 大數據架構商業之路:從業務需求到技術方案
- 云數據中心網絡與SDN:技術架構與實現
- INSTANT Apple iBooks How-to
- 一本書講透Elasticsearch:原理、進階與工程實踐