Run the CustomerServiceApplication
class directly or use Maven:
mvn spring-boot:run
or build the JAR and run
mvn package
java -jar target/customer-service-spring-0.0.1-SNAPSHOT.jar
For further reference, please consider the following sections:
- Official Apache Maven documentation
- Spring Boot Maven Plugin Reference Guide
- Create an OCI image
- Spring Web
- Spring Boot DevTools
- Spring Configuration Processor
The following guides illustrate how to use some features concretely: