File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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/ )
You can’t perform that action at this time.
0 commit comments