How to make APIs with Spring Boot: read from a MySQL database
Before we start coding
TL;DR
Make a database
Connect database to our project
Use GET calls to read from SQL database with Spring Boot
Source code on Github
Architecture:
For any questions you can ask me on Twitter @ tekbog
Set up the database (and...
bognov.tech4 min read