Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.14 KB

README.md

File metadata and controls

47 lines (27 loc) · 1.14 KB

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.