Skip to content

annormally/springboot-thymeleaf-mysql--export-data-to-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Spring Boot - Thymeleaf - MySQL | Export data to PDF

Spring MySQL Thymeleaf

YouTube YouTube

https://youtu.be/66m_ReUli1I

Develop tool:

Code with:

  1. IntelliJ Ultimate.
  2. IntelliJ Community.
  3. Visual Studio Code.

Database :

Open the application step by step:

  • Clone or download the source code.
  • Create a database using the following code: create database exportData;.
  • Change "username" and "password" in application.properties with yours.
  • Open the project with one of IDEA and run the code.
  • Open a browser and go to localhost.
  • Add some companies.
  • Export all added companies to a PDF document.

About

This application shows us how to export the information fields of some companies in a PDF document.

Topics

Resources

Stars

Watchers

Forks