Skip to content

sachiket/JWT-Authentication-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A spring JWT authentication restful service API for Great OutDoors. server.port=9000

spring.application.name=authentication_service

Description

Sequence flow

Tools implemented

Data source

spring.datasource.url=jdbc:oracle:thin:@localhost:1521:orcl

spring.datasource.username=sprint2db

spring.datasource.password=student123

spring.jpa.show-sql=true

spring.jpa.hibernate.ddl-auto=update

spring.jpa.properties.dialect=org.hibernate.dialect.OracleDialect

Current Actors

  • USER

  • ADMIN

  • RETAILER

  • PRODUCT_MASTER

You can change actors at /src/main/java/com/cg/iter/entity/ERole according to your project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages