Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencergibb/springbootkotlin
https://github.com/spencergibb/springbootkotlin
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/spencergibb/springbootkotlin
- Owner: spencergibb
- License: apache-2.0
- Created: 2015-10-12T15:50:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T15:51:19.000Z (about 9 years ago)
- Last Synced: 2024-10-10T05:37:15.198Z (about 1 month ago)
- Language: Shell
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Sample Spring Boot Kotlin app
### Building
`./mvnw clean package`
### Running
`java -jar target/demokotlin-0.0.1-SNAPSHOT.jar`
### Viewing
[http://localhost:8080/](http://localhost:8080/)