https://github.com/virtualhealthcitizen/spring-boot-migration-sandbox
Spring Boot v2 to v3 migration sandbox
https://github.com/virtualhealthcitizen/spring-boot-migration-sandbox
maven migration migrations spring spring-boot spring-boot-2 spring-boot-3 spring-framework
Last synced: about 2 months ago
JSON representation
Spring Boot v2 to v3 migration sandbox
- Host: GitHub
- URL: https://github.com/virtualhealthcitizen/spring-boot-migration-sandbox
- Owner: squidmin
- Created: 2024-11-07T22:17:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:17:05.000Z (over 1 year ago)
- Last Synced: 2025-01-01T21:13:05.627Z (over 1 year ago)
- Topics: maven, migration, migrations, spring, spring-boot, spring-boot-2, spring-boot-3, spring-framework
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-migration-sandbox
## Modules
| Module | Section name |
|--------------|-------------------------------------------------|
| `section_01` | **Common migration requirements** |
| `section_02` | **Autoconfiguration** |
| `section_03` | **ClassLoader `ClassNotFoundException` issues** |
| `section_04` | **CORS configuration** |
| `section_05` | **`cxf-xjc-plugin`** |
| `section_06` | **Hibernate dialect for Oracle** |
### Generate test coverage reports
```bash
mvn clean verify
```