Skip to content
/ jwt-template Public template

스프링 부트로 jwt를 구현한 템플릿 프로젝트

Notifications You must be signed in to change notification settings

jbj338033/jwt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone the repository

git clone https://github.com/jbj338033/jwt-template.git

Set Environment Variables

export DATABASE_URL="Your Database URL" export DATABASE_USERNAME="Your Database Username" export DATABASE_PASSWORD="Your Database Password" export REDIS_HOST="Your Redis Host" export REDIS_PORT="Your Redis Port" export REDIS_PASSWORD="Your Redis Password" export JWT_SECRET_KEY="Your JWT Secret Key" export JWT_ACCESS_TOKEN_EXPIRATION="Your JWT Access Token Expiration" export JWT_REFRESH_TOKEN_EXPIRATION="Your JWT Refresh Token Expiration"

Run the application

./gradlew bootRun

About

스프링 부트로 jwt를 구현한 템플릿 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages