Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Spring Boot Access MySQL Database with Spring Data JPA
Spring Boot Access MySQL Database with Spring Data JPA

In this tutorial we walk you through step by step to create a Spring Boot application to access MySQL database using Spring Data JPA and MySQL Driver. Via step by step example we will create a Spring Boot project to save Customer entity into customer data table in MySQL database.

Spring Boot Starter Data Redis for Data Storage on Redis Server
Spring Boot Starter Data Redis for Data Storage on Redis Server

In this post, we are going to learn how to use Redis as data persistence for our Spring Boot Application by using Spring Boot Starter Data Redis and Jedis Client.

Spring Boot Implement AOP with Spring Boot Starter AOP
Spring Boot Implement AOP with Spring Boot Starter AOP

In this article, we learn how to implement AOP (Aspect-Oriented Programming) in a Spring Boot Web application. Via step by step to creating the sample Spring Boot web application, we are going to explore how to use Spring Boot Starter AOP library which is the combination of Spring AOP and AspectJ libraries to easily implement AOP in Spring Boot application.

Spring Boot Web Get Client IP Address
Spring Boot Web Get Client IP Address

In this article we are going to learn how to obtain the client’s browser IP address when a user visits our Spring Boot web application. The example Java source code also shows how to get the client IP address even when the application deployed behind the proxy server. We also get the IP address of the local network if the client visits the Spring Boot website via local network.

Spring Boot SFTP File Transfer using JSch Java Library
Spring Boot SFTP File Transfer using JSch Java Library

In this post we will show you how to transfer files from a local host to a remote server and download files from a remote server to local host via SFTP in Spring Boot applications. In order to transfer files via SFTP in Java applications we also explore the JSch library.

Spring Boot Web Application Upload File
Spring Boot Web Application Upload File

In this tutorial we’re going to learn how to implement file uploading function in a Spring Boot web application.

Using Dozer Spring Boot Starter
Using Dozer Spring Boot Starter

In this Spring Boot tutorial we will go through step by step guide to creating a Spring Boot console application and configure Dozer Spring Boot Starter library to using Dozer mapping in Spring Boot application.

Video Spring Boot Web Application Download Excel File
Video Spring Boot Web Application Download Excel File

Step by step video how to implement Spring Boot web application with download Excel file using Apache POI libary.

Spring Boot Web Application Download Excel File
Spring Boot Web Application Download Excel File

In this article we will go through step by step to create Spring Boot web application and implement downloading Excel file feature. I use Spring Tool Suite 4 for creating the application and code editor for demo.

Spring Boot Web Application Download CSV File
Spring Boot Web Application Download CSV File

In this article we show you how to implement dowloading CSV file in Spring Boot Web Application.

  • 1
  • 2
  • 3

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.