Skip to content

darkmtrance/security-api

Repository files navigation

Security API - code component solution

This is a Security API using Spring Boot 3.0 and JSON Web Tokens (JWT)

Table of contents

Overview

Screenshot

Links

My process

Built with

Installation

git clone https://github.com/darkmtrance/security-api.git
cd security-api

add Environment Variables:

spring.datasource.url=${DATABASE_URL}
spring.datasource.username=${DATABASE_USER}
spring.datasource.password=${DATABASE_PASSWORD}
##Modify to false
scheduling.enabled=false

or change the values ${DATABASE_URL} , ${DATABASE_USER} and ${DATABASE_PASSWORD} with the MYSQL connection string.

run app

./gradlew bootRun

Author

Releases

No releases published

Packages