An open API service indexing awesome lists of open source software.

https://github.com/rawnly/spring-crud-jwt


https://github.com/rawnly/spring-crud-jwt

java jwt spring spring-boot spring-boot-starter spring-template

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# SnkrsHub Backend

- ### ENVIRONMENT
```shell script
APP_NAME=Snkrs Hub
APP_VERSION=1.0.0

DB_HOST=spring_jwt_boilerplate
DB_USER=root
DB_PASSWORD=root

JWT_SECRET=
JWT_EXP=

MAIL_HOST=smtp.gmail.com
MAIL_PORT=587
MAIL_USER=
MAIL_PASSWORD=
```

#### :warn: Nota Bene
La variabile `DB_HOST` è composta da `jbdc:{db_type}://{db_host}:{db_port}/{db_schema}`