/spring-boot-test

A sample project for testing Spring Boot framework.

Primary LanguageJava

Quickstart Guidge

Server Information

Environment

  • Java v1.8

Frameworks

  • Spring boot v4.0.0

Installation

Prerequisites

The following packages & applications must be installed beforehand. Installation of these packages & applications are out of this project's scope.



And

Create environment variable files (.env)

Not yet.

Add the following variables to your .env.dev file (Docker) ``Not yet.


#### Run docker container
```Not yet.

Start Backend Development Server

You must start backend server on a different terminal (bash, zsh, etc) tab or window than the frontend development server.

npm run start:back