- IDE: IntelliJ IDEA
- JDK: Version 22+
- Database: MySQL
- Framework: Vaadin
- Clone the repository and open it in IntelliJ IDEA.
- Update database configuration in
DatabaseHelper.java
to match your local settings. - Edit the
application.yml
file with your local configurations. - Update the project SDK to JDK23:
- Go to
File
>Project Structure
>Project Settings
>Project
.
- Go to
- Open the Maven tool window and run the following tasks:
clean
install
- Run Class
OpenLibraryDataImporter
- Open
Run/Debug Configuration
:- Click New Application and choose JDK23.
- Set the Main Class to
EntryPoint
.
- Save the configuration name
AppStart
and runAppStart
to launch the application.
December 2024