Skip to content

Demo project for Spring Web Flux plus kotlin coroutines

Notifications You must be signed in to change notification settings

cybernetics/spring-kotlin-reactive

 
 

Repository files navigation

build the app

>mvnw clean package

build the docker image of the mock

>cd spring-kotlin-reactive-mock
>docker build . -t spring-reactive-mock
>cd ..

build the docker image of the service

>cd spring-kotlin-reactive-service
>docker build . -t spring-reactive-service
>cd ..

configure user credentials

>cd docker
>cp template.db.env db.env

Write your username and password for the database to the db.env file.

>cp template.service.env service.env

Write the username and password of the database to the service.env file.

run docker compose

>docker-compose -p spring-kotlin-reactive up

About

Demo project for Spring Web Flux plus kotlin coroutines

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 73.7%
  • Java 14.8%
  • Shell 6.1%
  • Dockerfile 5.4%