https://github.com/chanhi2000/explorecali-kotlin
A Kotlin Spring Webservice Application Example
https://github.com/chanhi2000/explorecali-kotlin
h2 h2-database intellij-idea intellijidea jpa kotlin maven microservice restful restful-api spring spring-boot spring-mvc spring-mvc-framework
Last synced: 3 months ago
JSON representation
A Kotlin Spring Webservice Application Example
- Host: GitHub
- URL: https://github.com/chanhi2000/explorecali-kotlin
- Owner: chanhi2000
- Created: 2018-01-28T06:10:21.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-28T06:37:57.000Z (over 8 years ago)
- Last Synced: 2026-01-03T16:23:22.737Z (6 months ago)
- Topics: h2, h2-database, intellij-idea, intellijidea, jpa, kotlin, maven, microservice, restful, restful-api, spring, spring-boot, spring-mvc, spring-mvc-framework
- Language: Shell
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# explorecali-kotlin
A kotlin-based spring web server demo project
## Tasks
- [x] Generate a working Spring Boot project with [Spring Initializer][hl1]
- [ ] Build, deploy and launch the application
## Features
#### v0.0.1
Generate a working spring boot project (maven-based) w/ [Spring Initializer][hl1]
![img01][img01]
> I added the following dependencies for this specific project
> - web
> - rest repository
> - jpa
> - h2
Then build, deploy, and launch the application (via Intellij IDE)
![img02][img02]
If successfully launched, look for the port number it used to launch the web app
![img03][img03]
Make sure you see the same page as the image below shows
![img04][img04]
[hl1]: https://start.spring.io
[img01]: screenshots/img01.png
[img02]: screenshots/img02.png
[img03]: screenshots/img03.png
[img04]: screenshots/img04.png