Skip to content

Example applications for blog post demoing a simple CRUD application in Spring Boot in multiple languages

License

Notifications You must be signed in to change notification settings

amdegregorio/SpringBoot-JVMLanguagesDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpringBoot-JVMLanguagesDemo

Example applications for Spring Boot in Three Languages blog post.

For more information see Spring Boot in Three Languages

Java Application

>cd jvmlanguages-java
>gradlew bootRun

Open browser to http://localhost:8080/

Groovy Application

>cd jvmlanguages-groovy
>gradlew bootRun

Open browser to http://localhost:8080/

Kotlin Application

>cd jvmlanguages-kotlin
>gradlew bootRun

Open browser to http://localhost:8080/

License

This project is licensed under the Apache License version 2.0.
See the LICENSE file or go to Apache License 2.0 for more information.

About

Example applications for blog post demoing a simple CRUD application in Spring Boot in multiple languages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published