This project is responsible for payment (stripe) related services.
It is designed to run as a standalone springboot webserver, and includes services for billing, creating new billing portals and receiving webhook events from stripe itself around payments.
This isn't used in production as lambdas for specific endpoints are used instead (and included in solar-moon-common and solar-moon-payment-common)
- service definition file for running this project as a linux service
- responsible for installing/reloading/restarting the service. It does not build and install the actual jar file (
mvn packagetakes care of this)