Skip to content

Commit db61b1e

Browse files
Remove migration details from README.md
1 parent aa95fe9 commit db61b1e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,6 @@ See individual component READMEs for detailed setup instructions:
3030
- [`monolith/README.md`](monolith/README.md) - Application setup and development
3131
- [`system-test/README.md`](system-test/README.md) - Testing setup and execution
3232

33-
## Migration from Java
34-
35-
This project has been migrated from the original Java Spring Boot implementation to Python FastAPI. Key changes include:
36-
37-
- **Java Spring Boot****Python FastAPI**
38-
- **Gradle****pip + pyproject.toml**
39-
- **JUnit****pytest**
40-
- **Jackson/JSON****Pydantic models**
41-
- **RestTemplate****HTTPX async client**
42-
- **application.yml****Pydantic Settings with environment variables**
43-
44-
The core functionality and API contract remain the same to ensure compatibility with existing clients and tests.
45-
4633
## License
4734

4835
[![Unlicense](https://img.shields.io/badge/license-Unlicense-lightgrey.svg)](http://unlicense.org/)

0 commit comments

Comments
 (0)