Slide 66
Slide 66 text
#4: Difficulties of Spring Boot with Kotlin
for Perl engineers
- Rather than Kotlin, the framework Spring Boot was difficult
- I think Perl engineers became familiar with Kotlin language rather quickly J
- NoClassDefFoundError
- In Perl, you can import anything by just writing “import xxx;”
- In Spring Boot, you need to learn Bean, DI, @ComponentScan…