-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[KOTLIN] Spring Boot Server Generator #820
Commits on Aug 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4f98b30 - Browse repository at this point
Copy the full SHA 4f98b30View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2be108 - Browse repository at this point
Copy the full SHA b2be108View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3013f09 - Browse repository at this point
Copy the full SHA 3013f09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2644e0d - Browse repository at this point
Copy the full SHA 2644e0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa001f9 - Browse repository at this point
Copy the full SHA aa001f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfca803 - Browse repository at this point
Copy the full SHA cfca803View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf549e8 - Browse repository at this point
Copy the full SHA bf549e8View commit details -
Added fix for type mapping in AbstractKotlinCodegen. Originally it wa…
…s mapping list o kotlin.Array instead of kotlin.collections.List
Configuration menu - View commit details
-
Copy full SHA for 9b27b3c - Browse repository at this point
Copy the full SHA 9b27b3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d04d7db - Browse repository at this point
Copy the full SHA d04d7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd39a9 - Browse repository at this point
Copy the full SHA 0dd39a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc14aa - Browse repository at this point
Copy the full SHA ecc14aaView commit details -
Checking for reserved words or numerical starting class names in Abst…
…ractKotlinCodegen
Configuration menu - View commit details
-
Copy full SHA for f1179da - Browse repository at this point
Copy the full SHA f1179daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dd4614 - Browse repository at this point
Copy the full SHA 6dd4614View commit details -
Fixed types that were not correctly being mapped to primitives (byte …
…/ arrayOf / mapOf)
Configuration menu - View commit details
-
Copy full SHA for d536bf2 - Browse repository at this point
Copy the full SHA d536bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 557561a - Browse repository at this point
Copy the full SHA 557561aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d692efd - Browse repository at this point
Copy the full SHA d692efdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4a4fe - Browse repository at this point
Copy the full SHA 6e4a4feView commit details -
Removed option for generated config package. Added option to enable/d…
…isable generated global exception handler
Configuration menu - View commit details
-
Copy full SHA for 4d63f29 - Browse repository at this point
Copy the full SHA 4d63f29View commit details -
Added configuration option to generate gradle. Generated maven pom.xm…
…l file as default
Configuration menu - View commit details
-
Copy full SHA for 0eee424 - Browse repository at this point
Copy the full SHA 0eee424View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ca036a - Browse repository at this point
Copy the full SHA 9ca036aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0ea9e1 - Browse repository at this point
Copy the full SHA a0ea9e1View commit details -
Added configurable option for generating service interfaces and servi…
…ce implementations
Configuration menu - View commit details
-
Copy full SHA for 7053851 - Browse repository at this point
Copy the full SHA 7053851View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edf44b - Browse repository at this point
Copy the full SHA 2edf44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92326f9 - Browse repository at this point
Copy the full SHA 92326f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9f8c5b - Browse repository at this point
Copy the full SHA b9f8c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3119585 - Browse repository at this point
Copy the full SHA 3119585View commit details -
Minor fixes from PR comments for user submission (#1)
* Minor fixes from PR comments for user submission * Puts braces around conditional block bodies with one-liner bodies. * Modifies README.mustache to use artifact id and version supplied by user (or default configuration) * Targets templates under resource directory explicitly to prevent the need to rebuild for evaluation of template-only changes. * [kotlin-spring] Remove comments referencing sbt in bash scripts
Configuration menu - View commit details
-
Copy full SHA for 7fbf228 - Browse repository at this point
Copy the full SHA 7fbf228View commit details -
List of changes based upon code review:
* Additional comments around how we set the title based off the open api spec * Fixed missing `beanValidationCore` template * Put the lambdas into the lambda object as other generators do (Ktor, C#, cpp) * Bump swagger-annotations version to latest pre-2.0 version (1.5.21) * Set kotlin version to 1.2.60 * Updated README to set port based on template * Added more additional properties to build bash scripts * Removed `defaultBasePath.mustache` in place of using {{contextPath}} directly * Log warning for when `serviceImplementation` is set t o true
Configuration menu - View commit details
-
Copy full SHA for 91b9aaa - Browse repository at this point
Copy the full SHA 91b9aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8192ad3 - Browse repository at this point
Copy the full SHA 8192ad3View commit details -
Generating ConstraintViolation Exception Handler, as Springboot doesn…
…t correctly catch the error and return bad request. Handling other exceptions a litle better
Configuration menu - View commit details
-
Copy full SHA for d8d3586 - Browse repository at this point
Copy the full SHA d8d3586View commit details -
Configuration menu - View commit details
-
Copy full SHA for d673aba - Browse repository at this point
Copy the full SHA d673abaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7d5c5 - Browse repository at this point
Copy the full SHA 9b7d5c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ceff3 - Browse repository at this point
Copy the full SHA 61ceff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd22c90 - Browse repository at this point
Copy the full SHA dd22c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23fb51d - Browse repository at this point
Copy the full SHA 23fb51dView commit details -
Revert "Small fix for date time mappings (plus sample re-gen)"
This reverts commit 4152dc78b4813da71c675272ca90fb31a333aea1.
Configuration menu - View commit details
-
Copy full SHA for ddec3d2 - Browse repository at this point
Copy the full SHA ddec3d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c47c59 - Browse repository at this point
Copy the full SHA 3c47c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 521bbbf - Browse repository at this point
Copy the full SHA 521bbbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 921edb5 - Browse repository at this point
Copy the full SHA 921edb5View commit details