Please create database manually by the name of dojo
Spring-boot with JPA / Hibernate
Maven
Intellij
DemoApplication
is entry point of application.
mvn spring-boot:run
- /api/heros/{hero_id} - hero data
- /api/heros/{hero_id}/abilities - hero ability list
- /api/abilities/ - ability list
- /api/abilities/{ability_id} - ability data