An open API service indexing awesome lists of open source software.

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

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

![Screenshot (1)](https://user-images.githubusercontent.com/86893073/235302978-12f45e61-ffa6-43bb-b22f-1f1a1102dd2d.png)

### 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/)