Configuring Spring Data with a MySql Database

Опубликовано: 30 Сентябрь 2024
на канале: Kevin Bowersox
36,393
76

This video details how to configure a Spring Data project to persist to a MySql database.

The tutorial builds off of a previously created project developed in the following video: http://tothought.cloudfoundry.com/post/3 . The base code for this tutorial can be found on GitHub: https://github.com/kmb385/to-thought-...