You need Java 11 installed.
./mvnw spring-boot:run
To test that it works, open a browser tab at http://localhost:8080/tags .
The repository contains a lot of test cases to cover both api test and repository test.
./mvnw test
You need Java 11 installed.
./mvnw spring-boot:run
To test that it works, open a browser tab at http://localhost:8080/tags .
The repository contains a lot of test cases to cover both api test and repository test.
./mvnw test