You always wanted to create RESTful API's that store their data in a database? In this tutorial I will show you how you can use Spring Boot, Java Persistence API (JPA) and MySQL to create a small RESTful API that stores your data in a local MySQL database.
Englische Blog Beiträge
Hier findest Du meine Blog Beiträge über die Programmierung und Softwareentwicklung, die in der Englischen Sprache verfasst sind.
In this tutorial I describe the functionality of the Java 8 streams and show the difference to classical Java implementation by means of examples.
In this tutorial I want to show you how to convert lists or sets into a map with the Java 8 Streaming API Collection.
By Ertan Toker English Java Rest Spring Boot Spring Security
In this tutorial I will show you how you can use Spring Boot, Spring Security & JWT to secure your Micrsoservice or REST API against unauthorized persons.
By Ertan Toker English Java MongoDB Spring Boot
Now that we've seen how to create a rest controller with Spring Boot and address it with Postman, should we think about how to store the data in the system? There are many ways and ways to store data. The classic variant would be to use a SQL database like MariaDB. But I want to show you in my tutorial how you can store the data in a MongoDB.
By Ertan Toker English Java Rest Spring Boot
In the last tutorial we learned how to create applications with Spring Boot using Apache Maven in a very short time. This tutorial is about creating a rest controller with Spring Boot. We will learn how to create a rest controller and how to offer different HTTP methods (GET, POST).
By Ertan Toker English Java Maven Spring Boot
With Spring Boot and Apache Maven it is possible to create microservices in shortest time! In this tutorial I would like to show you how to create a Spring Boot project with Apache Maven. Later there will be more tutorials, which will build on this tutorial.