harshpratyush1206 / graphql-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graphql-demo-app

Runtime Param

  • -Dpassword={your_pass}
  • -Dusername={username}
  • -Ddb_host={db_host}
  • -Ddb_port={port}
  • -Ddb_name={database name}

1. For MYSQL

  • -Dspring.profiles.active=mysql
  • flyway location -> resources/db/migration/mysql

2. For Postgres:

  • -Dspring.profiles.active=psql
  • flyway location -> resources/db/migration/postgres

About


Languages

Language:Java 99.3%Language:Dockerfile 0.7%