Skip to content

migangqui/micronaut-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Micronaut Framework + Kotlin + Mongo example

This is an POC using microservice oriented JVM framework named Micronaut, that supports differents languages as Kotlin, used in this case. Also it uses MongoDB as datasource. In this example Maven is the dependency manager, but it is posible use Gradle. Take a look Micronaut documentation: https://docs.micronaut.io/latest/guide/index.html

To run

In order to run this project is necesary set up Mongo database and run the project:

  1. Use docker to run the database docker run -d -p 27017:27017 --name some-mongo bitnami/mongodb:latest
  2. Compile the project mvn clean -U install
  3. Run maven command ./mvnw exec:exec

Misc

About

Micronaut Framework example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published