/spring-boot-realworld-example-app

real world example app backend

Primary LanguageJavaMIT LicenseMIT

RealWorld Example App

Spring boot + MyBatis real world examples

Actions codeql

Getting started

You need Java 11 installed.

./mvnw spring-boot:run

To test that it works, open a browser tab at http://localhost:8080/tags .

Run test

The repository contains a lot of test cases to cover both api test and repository test.

./mvnw test