Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guilhermecosales/calculate-discount
Discount calculation service based on the type of payment. The aim of this service is to apply Strategy Pattern concepts.
https://github.com/guilhermecosales/calculate-discount
gradle spring-boot strategy-pattern
Last synced: 7 days ago
JSON representation
Discount calculation service based on the type of payment. The aim of this service is to apply Strategy Pattern concepts.
- Host: GitHub
- URL: https://github.com/guilhermecosales/calculate-discount
- Owner: guilhermecosales
- Created: 2024-05-20T02:19:08.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-05-20T02:59:48.000Z (8 months ago)
- Last Synced: 2024-11-12T11:21:11.355Z (2 months ago)
- Topics: gradle, spring-boot, strategy-pattern
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Calculate Discount
Discount calculation service based on the type of payment. The aim of this service is to
apply [Strategy Pattern](https://refactoring.guru/design-patterns/strategy) concepts.