Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Spring Boot Web Application Export and Download Text File
Spring Boot Web Application Export and Download Text File

In this tutorial we learn how to create a new text file and provide the user the web interface to download the text file in a Spring Boot web application. We will learn how to download a text file in Spring Boot with 5 different approaches to implement the feature.

Create New Files in Java
Create New Files in Java

In this article we learn how to create a new file in a Java application by using core Java classes of IO and NIO packages.

Check Hidden Files in Java
Check Hidden Files in Java

In this post we are going to explore how to use Java IO and Java NIO core classes to check if a file is hidden or not.

Write Text to a File in Java
Write Text to a File in Java

In this tutorial we are going to learn how to write text to a text file in a Java application. By different Java example programs we will explore different approaches to write a String into a text file using Java core classes.

Get Absolute File Path of a File in Java
Get Absolute File Path of a File in Java

In this post we will explore how to get an absolute path of a file in a Java application and return it as a String value.

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.

Get File Size in Java
Get File Size in Java

In this post we are going to explore how to get file size in bytes, kilobytes, megabytes or gigabytes in different Java versions.

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.

  • 1
  • 2
  • 3
  • …
  • 91
  • 92
  • 93
  • …
  • 103

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.