wlsgur073 / practice-board-service-spring

A simple board Spring project
0 stars 0 forks source link

Board Application

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.

Features

Requirements

Getting Started

To run this application locally, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd <project-directory>
  2. Build the project:

    ./gradlew build
  3. Run the application:

    ./gradlew bootRun
  4. The application will be available at http://localhost:8080.

Running Tests

To execute tests, run the following command:


./gradlew test