https://github.com/emrd/postgresql-usage-java-spring
https://github.com/emrd/postgresql-usage-java-spring
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emrd/postgresql-usage-java-spring
- Owner: EmrD
- Created: 2025-01-24T20:04:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T20:07:01.000Z (over 1 year ago)
- Last Synced: 2025-06-05T13:50:53.922Z (about 1 year ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PostgreSQL Usage In Java Spring Boot
This is a simple demo project to show how to use PostgreSQL in Java Spring Boot.
## What you'll need
- PostgreSQL database
- Java JDK 8
- Maven 3
- Your favorite IDE
## Getting Started
1. Clone this repository
2. Create a PostgreSQL database
3. Update the `DbProps.java` file with your database settings
4. Run the application
5. Open your browser and navigate to `http://localhost:8080/swagger-ui.html`
6. You can now test the API