theMistletoe / MongoDB-SpringBoot-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDB-SpringBoot-sample

What's this?

sample project for SpringBoot using MongoDB. this is based on this link

Requirement

java 1.8.0_242 or 11.0.8

Preparation

set environment variables before boot.

MONGODB_USER:[MongoDB's user name]
MONGODB_PASS:[MongoDB's user password]
MONGODB_DATABASE_NAME:[MongoDB's target table name]

Usage

./gradlew bootRun

About


Languages

Language:Java 100.0%