Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 567 Bytes

File metadata and controls

22 lines (11 loc) · 567 Bytes

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