This is a sample Spring Boot project managed with Gradle, providing a basic structure and setup for building Spring Boot applications.
Before you begin, ensure you have met the following requirements:
- Java Development Kit (JDK) installed on your local machine. You can download it from OpenJDK or Oracle.
- Gradle installed on your local machine. You can download it from the Gradle website.
To get a local copy up and running, follow these simple steps:
-
Clone the repository:
git clone https://github.com/jVucetic/traintimetable.git -
Navigate to the project directory:
cd traintimetable -
Build the project using Gradle:
./gradlew build -
Run the application:
./gradlew bootRun -
Access the application in your browser at http://localhost:8080.
You can configure the application through application.properties file located in src/main/resources. Customize these files to suit your application's needs.