To be able to run your Spring Boot app you will need to first build it. To build and package a Spring Boot app into a single executable Jar file with a Maven, use the below command. You will need to run it from the project folder which contains the pom.xml file.
maven package
or you can also use
mvn install
Use the below example to run your Spring Boot app with Maven plugin:
mvn spring-boot:run
Spring-boot Reference Documentation
yarn install
yarn serve --port 3000
yarn lint
- This test environment is
- backend
- Spring Boot 2.2.2.RELEASE
- Maven 3.6.3
- frontend
- @Vue/cli 4.4.6
- DB
- MariaDB 10.5.4 Stable
- backend