CAMEL-16011 Remove prefix spring-boot from all modules (#33)

In order to reproduce how I migrated/rename the modules:
Execute `rename 's/^(spring-boot-)([a-z-]+)$/$2/' *` in the terminal.
This does not rename two modules, for which I then executed:
`rename 's/^(spring-boot-)(aws2-s3|resilience4j)$/$2/' *`

After that I fixed all module names in the root pom.xml

Co-authored-by: Matthias Streidel <matthias.streidel@senacor.com>
434 files changed