https://github.com/dennisappiah/shopex-microservice
A microservice application for stock trading that is completely unit and integration tested and constructed using the Reactive stack
https://github.com/dennisappiah/shopex-microservice
Last synced: about 2 months ago
JSON representation
A microservice application for stock trading that is completely unit and integration tested and constructed using the Reactive stack
- Host: GitHub
- URL: https://github.com/dennisappiah/shopex-microservice
- Owner: dennisappiah
- Created: 2025-03-19T18:47:22.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-24T02:33:18.000Z (2 months ago)
- Last Synced: 2025-03-24T03:27:12.442Z (2 months ago)
- Language: Java
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
### 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/3.4.4/maven-plugin)
* [Create an OCI image](https://docs.spring.io/spring-boot/3.4.4/maven-plugin/build-image.html)
* [Spring Reactive Web](https://docs.spring.io/spring-boot/3.4.4/reference/web/reactive.html)
* [Spring Data R2DBC](https://docs.spring.io/spring-boot/3.4.4/reference/data/sql.html#data.sql.r2dbc)### Guides
The following guides illustrate how to use some features concretely:* [Building a Reactive RESTful Web Service](https://spring.io/guides/gs/reactive-rest-service/)
* [Accessing data with R2DBC](https://spring.io/guides/gs/accessing-data-r2dbc/)### Additional Links
These additional references should also help you:* [R2DBC Homepage](https://r2dbc.io)
### Maven Parent overrides
Due to Maven's design, elements are inherited from the parent POM to the project POM.
While most of the inheritance is fine, it also inherits unwanted elements like `` and `` from the parent.
To prevent this, the project POM contains empty overrides for these elements.
If you manually switch to a different parent and actually want the inheritance, you need to remove those overrides.