Simple Solution
  • Java
  • Spring
  • Spring Boot
  • Tutorials
  • Tags
Spring Boot Web Upload and Read QR Code Image
Spring Boot Web Upload and Read QR Code Image

This Spring Boot tutorial to show you how to implement a Spring Boot web application which user can upload and decode a QR code image file.

Spring Boot Web Generate and Display QR Code
Spring Boot Web Generate and Display QR Code

This Spring Boot tutorial to show you step by step to implement a Spring Boot web application which generate QR code from user input and display the QR code via a web page.

Spring Boot Download Multiple Files as Zip File
Spring Boot Download Multiple Files as Zip File

This Spring Boot tutorial will guide you how to implement download function for a Spring Boot web application which allow user to download multiple files as a .zip file.

Spring Boot Web Download PDF File from HTML Template
Spring Boot Web Download PDF File from HTML Template

In this Spring Boot tutorial we learn how to implement a Spring Boot Web application which allow user to download the .pdf files. To make it flexible to export PDF file we also implement the PDF export feature which allow dynamically generate PDF file from a HTML template file in Thymeleaf format.

Spring Boot Generate PDF File from HTML Template
Spring Boot Generate PDF File from HTML Template

In this Spring Boot tutorial we will show you the step by step guide how to implement a Spring Boot console application to generate .pdf files from HTML template files. In order to create the .pdf file we will use Thymeleaf template library to process the HTML template file then from the processed HTML file we use the Flying Saucer PDF library to generate the .pdf file.

Spring Boot Convert Markdown to HTML using CommonMark
Spring Boot Convert Markdown to HTML using CommonMark

In this Spring Boot tutorial we learn step by step how to implement a Spring Boot web application to receive input markdown value from the user and convert it to HTML by using Spring Boot Web, Thymeleaf and commonmark-java library.

Spring Boot Upload and Resize Images with Imgscalr
Spring Boot Upload and Resize Images with Imgscalr

In this Spring Boot tutorial we learn how to implement a Spring Boot web application that allows users to upload and resize image files by using Spring Boot Web, Thymeleaf, Apache Commons IO and Imgscalr libraries.

Spring Boot Restful API and Vue.js Frontend
Spring Boot Restful API and Vue.js Frontend

In this full stack Spring Boot tutorial, we learn how to implement a web application using Spring Boot as back end restful API and Vue.js at the front end side. Via step by step guide we show you how to implement the sample project named Customer Manager to manage customer information.

Spring Boot Read File from resources using ResourceUtils
Spring Boot Read File from resources using ResourceUtils

In this Java Spring Boot tutorial, we learn how to use ResourceUtils class to read resource files located in the resources folder of a Spring Boot application.

Spring Boot Read File from resources using ResourceLoader
Spring Boot Read File from resources using ResourceLoader

In this Spring Boot tutorial, we learn how to read resource files located in the resources folder in a Spring Boot application using ResourceLoader class.

  • 1
  • 2
  • 3
  • 4

Copyright © 2019 SimpleSolution.dev. All Rights Reserved.