- Hands-On Full Stack Development with Spring Boot 2.0 and React
- Juha Hinkula
- 274字
- 2021-06-25 21:00:21
Creating the project with Spring Initializr
We will create our backend project with Spring Intializr, that is a web-based tool that's used to create Spring Boot projects. Spring Intializr can be found at https://start.spring.io:

We will generate a Maven project with Java and the latest Spring Boot version. In the Group field, we will define our group ID, that will also become a base package in our Java project. In the Artifact field, we will define the artifact ID, that will also be the name of our project in Eclipse.
In the Dependencies section, we will select the starters and dependencies that are needed in our project. Spring Boot provides starter packages that simplify your Maven configuration. Spring Boot starters are actually a set of dependencies that you can include in your project. You can either type the keyword of the dependency into the search field, or you can see all available dependencies by clicking on the Switch to the full version link. We will start our project by selecting two dependencies—Web and DevTools. You can type the dependencies into the search field or switch to the full version and see all the starter packages and dependencies available:

The DevTools dependency provides us with Spring Boot development tools, that provide automatic restart functionality. It makes development much faster because the application is automatically restarted when changes have been saved. The web starter pack is a base for full-stack development and provides embedded Tomcat.
Finally, you have to press the Generate Project button and that generates the project starter ZIP package for us.
- 程序員修煉之道:程序設計入門30講
- Microsoft Dynamics 365 Extensions Cookbook
- Python高級編程
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 深度學習:算法入門與Keras編程實踐
- OpenShift在企業中的實踐:PaaS DevOps微服務(第2版)
- Python:Master the Art of Design Patterns
- Apache Mahout Clustering Designs
- Unity&VR游戲美術設計實戰
- Couchbase Essentials
- Raspberry Pi Robotic Projects(Third Edition)
- 數字媒體技術概論
- Spring MVC Blueprints
- Mobile Test Automation with Appium
- Mastering VMware vSphere Storage