https://github.com/elhajuojy/springbootapp-postgresql
simple restfull api application using spring boot framework and postgresql and docker for postgresql database
https://github.com/elhajuojy/springbootapp-postgresql
docker-compose postgresql spring-boot
Last synced: 3 months ago
JSON representation
simple restfull api application using spring boot framework and postgresql and docker for postgresql database
- Host: GitHub
- URL: https://github.com/elhajuojy/springbootapp-postgresql
- Owner: elhajuojy
- Created: 2023-04-29T10:41:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T15:11:34.000Z (about 3 years ago)
- Last Synced: 2025-05-15T16:51:58.317Z (about 1 year ago)
- Topics: docker-compose, postgresql, spring-boot
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
# dockerize application setups 🦆
* you need first to build target for your application using maven builder
* run ``docker build -t springapi .``
* then run ``docker run -p 8000:8080 springapi ``
# N Tier Diagram

### Reference Documentation
For further reference, please consider the following sections:
* [Official Apache Maven documentation](https://maven.apache.org/guides/index.html)
* [Spring Boot Maven Plugin Reference Guide](https://docs.spring.io/spring-boot/docs/3.0.6/maven-plugin/reference/html/)
* [Create an OCI image](https://docs.spring.io/spring-boot/docs/3.0.6/maven-plugin/reference/html/#build-image)
* [Spring Web](https://docs.spring.io/spring-boot/docs/3.0.6/reference/htmlsingle/#web)
### Guides
The following guides illustrate how to use some features concretely:
* [Building a RESTful Web Service](https://spring.io/guides/gs/rest-service/)
* [Serving Web Content with Spring MVC](https://spring.io/guides/gs/serving-web-content/)
* [Building REST services with Spring](https://spring.io/guides/tutorials/rest/)