| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
CREATE DATABASE shopme;
CREATE USER shopmeuser WITH ENCRYPTED PASSWORD 'shopmepass';
GRANT ALL PRIVILEGES ON DATABASE shopme TO shopmeuser;Assumptions: IntelliJ IDE, Java (Open JDK 1.7+) and Postgres DB have been setup and is running prior to starting with this project.
References: For Complete details, please refer Spring Boot Connect to PostgreSQL Database Examples - the source article for this Repo.
| Back | FazBrowse Home | New Git URL |