likui628 / spring-boot-realworld-example-app

real world example app backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

real world example app backend

License:MIT License


Languages

Language:Java 100.0%