Skip to content

likui628/spring-boot-realworld-example-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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