Spring REST API for Angular Tour of Heroes

This provides a CRUD for this repo, based on the Angular ToH tutorial.

Setup

Create the DB

mysql -u<username> -p -e "create database spring_angular_heroes_db character set utf8mb4 collate utf8mb4_unicode_ci;"

Run

mvn spring-boot:run

Resources