Hier finden Sie eine Liste von YouTube Video Tutorials aus meinem Channel. Abonnieren Sie meinen Channel damit Sie keine Tutorials verpassen.
Java Blog Beiträge
Hier findest Du meine Blog Beiträge die sich mit dem Themenbereich Java befassen.
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.
Du wolltest schon immer RESTful API’s erstellen, die ihre Daten in einer Datenbank abspeichern? In diesem Tutorial werde ich dir zeigen wie Du mit Spring Boot, Java Persistence API (JPA) und MySQL einen kleine RESTful API erstellen kannst, die Ihre Daten in einer lokalen MySQL Datenbank speichert.
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 diesem Tutorial beschreibe ich die Funktionsweise der Java 8 Streams API und zeige anhand von Beispielen den Unterschied zu klassischen Java Implementierung.
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 Deutsch Java Rest Spring Boot Spring Security
In diesem Tutorial zeige ich dir wie du mit Spring Boot, Spring Security & JWT dein Micrsoservice oder Rest API gegen Unbefugte absichern kannst.
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).