Skip to content

chanhi2000/explorecali-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

explorecali-kotlin

A kotlin-based spring web server demo project

Tasks

  • Generate a working Spring Boot project with Spring Initializer
  • Build, deploy and launch the application

Features

v0.0.1

Generate a working spring boot project (maven-based) w/ Spring Initializer 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

If successfully launched, look for the port number it used to launch the web app img03

Make sure you see the same page as the image below shows img04