While we are developing our application, we always need to have database connection information. Here is a quick copy/paste reference for Mysql Connection with Spring Boot framework. Just place following code...
While we develop our applications using Spring Boot, we keep searching these data every time. Here is the required code piece for a fresh start of application with postgres configuration. Here...
While working with Spring Framework, we are taking advantage of using CRUD repositories. However, some people would prefer having full control of SQL over the data. Sometimes I feel more comfortable...
We have already developed our entities and the most basic repositories in the previous posts. You can have a look here if you did not read the previous chapters. Now is...
A couple weeks ago I needed to develop an application using “state of the art” technologies working with OAuth support. I was thinking that I had a good understanding of the...
We have created our Spring Data project, developed entities, now we need to find out how to connect to database from our code and do basic CRUD operations using Spring Data...
In this post, we will go into how to design our entities for a basic project for the project we created here using Spring Data JPA. To be more precise I...
If you are here and reading this arcticle, I think you are already aware of what Spring Framework is. If not so, you can check Spring documentations here (I will write...
I have been working with Spring framework for years. I think it was so tough for me to understand basics at the beginning. Years later, I think Spring became easier to...