Skip to content

Latest commit

 

History

History

scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

How to start API server

Local datasource

./scripts/start_server.sh --spring_profile=local,db_local

RDBMS

./scripts/start_server.sh --spring_profile=local,db_rdbms

MongoDB

./scripts/start_server.sh --spring_profile=local,db_mongo

Cassandra

./scripts/start_server.sh --spring_profile=local,db_cassandra