How to build SpringBoot project with Bazel
Build Tutorial: Build a SpringBoot project This tutorial covers the basic of building SpringBoot applications with Bazel. You will set up your workspace and build a simple SpringBoot project that illustrates key Bazel concepts, such as targets and BUILD files.
Estimates completion time: 20 minutes.
What you’ll learn In this tutorial you learn how to:
Build a target Visualize the project’s dependencies Split the project into multiple targets and packages Reference targets through labels Deploy a target Before you begin Install the JDK.