Skip to content

xqtwk/spring-boot-3.2.0-jwt-security-6.2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sort of template of application with configured spring security via jwt.
Spring boot version: 3.2.0
Spring Security version: 6.2.0

Don't forget to configure application.yml by your needs!

How to run this thing:

  1. Install Docker
  2. Pull PostgreSQL Docker image via docker pull postgres
  3. Run a PostgreSQL container with your desired database name, username and password:
    docker run --name postgres-db -e POSTGRES_DB=YOURDBNAME -e POSTGRES_USER=YOURUSERNAME -e POSTGRES_PASSWORD=YOURPASSWORD -p 5432:5432 -d postgres
  4. Configure application.yml (I commented where and what you should put)
  5. Add your database as datasource in your IDE
  6. Start the application

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages