Skip to content

r4nd0m/SpringDemo

Repository files navigation

Getting started

Requirements

  • Docker
  • Gradle
  • Java 17+

Run dev environment

  • create DB container by running ./scripts/create_mariadb.bat from the project root directory
  • create empty DB by running ./scripts/create_database.bat from the project root directory
  • run DB container by running ./scripts/start_mariadb.bat from the project root directory
  • build and run the application with environment variable spring.profiles.active=dev (must be set in Run/Debug Configuration)
  • after application stop also stop DB container with ./scripts/stop_mariadb.bat

API

About

Demo repository to learn Spring 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published