Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ssoudan/ktspringtest
Basic Spring Boot app in Kotlin
https://github.com/ssoudan/ktspringtest
Last synced: 6 days ago
JSON representation
Basic Spring Boot app in Kotlin
- Host: GitHub
- URL: https://github.com/ssoudan/ktspringtest
- Owner: ssoudan
- License: apache-2.0
- Created: 2014-10-21T21:44:32.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T17:15:03.000Z (about 3 years ago)
- Last Synced: 2023-03-29T13:41:39.092Z (almost 2 years ago)
- Language: Kotlin
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ktSpringTest
============Basic Spring Boot app in Kotlin
You can read more about it [here](http://ssoudan.eu/posts/2014-12-08-kotlin-springboot.html) on my blog.
# Notes
We are using a trampoline class in Java to help spring find the main method.
Because of that, the pom is set to compile Kotlin code before Java code by running the Kotlin compilation in the `process-sources` phase.# Build
$ mvn clean package
# Run
$ mvn spring-boot:run
or
$ java -jar target/SpringApp.jar