pet-clinic-jvm
pet-clinic-jvm copied to clipboard
Very basic Pet Clinic webapp implementation with Spring on various JVM languages: Java, Kotlin and Scala
Results
3
pet-clinic-jvm issues
Sort by
recently updated
recently updated
newest added
Applying kotlin-noarg to generate default constructors. Removing redundant arguments from controller annotations.
This simplifies the Java specific solution slightly and also helps make it more comparable to the Kotlin example, in it's current form it appears overly verbose and skews the perception...