Skip to content

calamarte/hero-maker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hero Maker

Backend technical test for atSitemas

Build Setup

# Install
./mvnw install

# Genereate docker image
./mvnw  docker:build

Configuration

Property Type Default Description
server.port int 8080 Server port.
users.start.list String admin-admin Determines which users are created at startup. The format {username-password}. You can add more separating them with one ,
token.expiration.time long 60 Token expiration time in minutes.

To change the DB configuration see Spring

To change the configuration in the docker container you can mount the volume in /config

API Documentation

Hero Maker includes Swagger as documentation you can consult it by navigating to /docs/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors