/backend_webflux

Spring Webflux 학습용 레포지토리

Primary LanguageJavaMIT LicenseMIT

backend_webflux

This project is based on webflux and we make simple CRUD board.

if you want more information about this project, go to Wiki page.!!

Hits

Build Status

📚 What we use

  • Spring boot 2.1.2.RELEASE
  • Gradle
  • JDK 11
  • MongoDB
  • Docker
  • Swagger
  • Spring Security + JWT

🎈 Build

Make sure you have installed the following software:

  • Gradle
  • JDK 11
  • Docker for Desktop

Clone the source codes into your local system.

 git clone https://github.com/roobib/backend_webflux.git

There is a docker-compose.yml file in the project folder.

Run the following command to start up a MonogoDB servicce.

   docker-compose up