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
- Host: GitHub
- URL: https://github.com/rawnly/spring-crud-jwt
- Owner: rawnly
- Created: 2019-08-31T01:52:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T17:22:24.000Z (over 6 years ago)
- Last Synced: 2025-08-11T19:44:02.816Z (10 months ago)
- Topics: java, jwt, spring, spring-boot, spring-boot-starter, spring-template
- Language: Java
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}`