https://github.com/raulrobinson/microservices-bank-application
hackathon challenge testing
https://github.com/raulrobinson/microservices-bank-application
banking-applications java springboot2-x
Last synced: 8 months ago
JSON representation
hackathon challenge testing
- Host: GitHub
- URL: https://github.com/raulrobinson/microservices-bank-application
- Owner: raulrobinson
- Created: 2025-03-13T21:34:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-16T15:51:28.000Z (about 1 year ago)
- Last Synced: 2025-07-20T16:41:23.048Z (11 months ago)
- Topics: banking-applications, java, springboot2-x
- Language: Java
- Homepage: https://rasysbox.com
- Size: 175 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microservices Bank Application
## Description
This is a simple example of how to implement a microservices architecture with Spring Boot and H2 Database embedded.
### Technologies
- Java 11+
- Spring Boot 2.4.2
- H2 Database
- Log4j2
- Lombok
- JPA Repository
### How to run
1. Run the command `mvn clean install` to build the project.
2. Run the command `$env:SPRING_PROFILES_ACTIVE="test"` to set the environment variable.
(For Windows, use the command `set SPRING_PROFILES_ACTIVE=test`)
(For Linux, use the command `export SPRING_PROFILES_ACTIVE=test`)
3. Run the command `mvn spring-boot:run` to start the application.
### License
This project is licensed under the MIT License - see the [LICENSE](https://www.apache.org/licenses/LICENSE-2.0) file for details.