farzadafi / Simple_user_management

2 stars 1 forks source link

Simple User Management

hi, first please pull haravich/fake-smtp-server with command:

docker pull haravich/fake-smtp-server

after successfully pull image, run it with command:

docker run -d -p 1025:1025 -p 1080:1080 haravich/fake-smtp-server

after that please clone this repository and start app and go to swagger page:

swagger_page

note:

just for first run of this app set always for spring.sql.init.mode and after set on never :)

Thanks for your time and energy