This project is a simple board application built using Spring Boot 3.3.1, Java 17, and several essential frameworks like Spring Data JPA, QueryDSL, and Spring Security.
To run this application locally, follow these steps:
Clone the repository:
git clone <repository-url>
cd <project-directory>
Build the project:
./gradlew build
Run the application:
./gradlew bootRun
The application will be available at http://localhost:8080
.
To execute tests, run the following command:
./gradlew test