项目作者: AahzBrut

项目描述 :
Kotlin Spring reactive reference project
高级语言: Kotlin
项目地址: git://github.com/AahzBrut/recipestore.git
创建时间: 2020-10-09T08:59:36Z
项目社区:https://github.com/AahzBrut/recipestore

开源协议:MIT License

下载


recipestore

Java CI with Gradle

Kotlin Spring WebFlux reference project

Usage

Login (/api/v1/login)

Admin privileges:

user name: admin

password: 123

User privileges:

user name: user

password: 123

returns jwt token in response body, this token must be provided in auth header when calling other endpoints (see example Postman scripts).

DB Console http://localhost:8082/

url: jdbc:h2:file:~/recipestore/db

user: sa

password: