https://github.com/simaamis2020/application-intake-service
Loan Application Intake Service
https://github.com/simaamis2020/application-intake-service
anna-simonenko-solace-demo demo event-driven java pubsub solace springboot
Last synced: 17 days ago
JSON representation
Loan Application Intake Service
- Host: GitHub
- URL: https://github.com/simaamis2020/application-intake-service
- Owner: simaamis2020
- Created: 2025-10-13T21:22:38.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-15T00:02:07.000Z (8 months ago)
- Last Synced: 2025-10-30T23:43:10.650Z (7 months ago)
- Topics: anna-simonenko-solace-demo, demo, event-driven, java, pubsub, solace, springboot
- Language: HTML
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ----- Architecture Diagram ------
https://www.figma.com/board/lUSLTNd6bkNYCwGmHZawGJ/Loan-Processing-Flow-with-Solace?node-id=0-1&t=vbeEO5UROfnxwhhf-1
# Application Intake Service
A Java Spring Boot service for initial loan application intake.
## Features
- Collects loan application information from the end-user
- Handles the file collection and local storage
- Publishes loan submitted event to solace cloud.
## How to run
- Update Configuration
Open src/main/resources/application.yml.
Change Solace connection variables (host, msgVpn, clientUsername, clientPassword) to match your environment.
Change file upload directory to match yours
- Build the Project
mvn clean install -DskipTests
- Run the Application
mvn spring-boot:run