micronaut-examples

Example Projects Using Micronaut

  • 所有者: micronaut-projects/micronaut-examples
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Micronaut Examples

This repository contains examples of Micronaut.

The following examples are featured.

hello-world-java

The hello-world-java example is a simple Hello World implementation written in Java.

To run the application with Gradle use:

$ cd hello-world-java
$ ./gradlew run

To run the application with Maven use:

$ ./mvnw exec:exec

Then go to http://localhost:8080/hello/John

To run the tests run ./gradlew test or /mvnw test.

hello-world-groovy

The hello-world-groovy example is a simple Hello World implementation written in Groovy.

To run the application with Gradle use:

$ cd hello-world-groovy
$ ./gradlew run

Then go to http://localhost:8080/hello/John

hello-world-kotlin

The hello-world-kotlin example is a simple Hello World implementation written in Kotlin.

To run the application with Gradle use:

$ cd hello-world-kotlin
$ ./gradlew run

Then go to http://localhost:8080/hello/John

petstore

The petstore example is a Micronaut petstore implementation featuring multiple Microservices and a docker-compose.yml file for starting the application.

See the README in the root of the petstore example for usage instructions.

neo4j-musicians

Example of REST service built with Micronaut, with embedded neo4j as database. It's a simple example without any kind of data validation, just shows how to register beans, a controller and a simple test.

Hope it helps!

views-and-forms-java

The views-and-forms-java example is a simple form display application written in Java.
It uses simple html and css to read a form and display the response.

To run the application with Gradle use:

$ cd views-and-forms-java
$ ./gradlew run

For Windows users:

$ cd views-and-forms-java
$ gradlew run

Then go to http://localhost:8080

To test with Gradle on Firefox:

$ cd views-and-forms-java
$ ./gradlew test

For Windows users:

$ cd views-and-forms-java
$ gradlew test

To test with Gradle on Chrome:

$ cd views-and-forms-java
$ ./gradlew -Dgeb.env=chrome test

For Windows users:

$ cd views-and-forms-java
$ gradlew -Dgeb.env=chrome test

To test with Gradle on Chrome headless:

$ cd views-and-forms-java
$ ./gradlew -Dgeb.env=chromeHeadless test

For Windows users:

$ cd views-and-forms-java
$ gradlew -Dgeb.env=chromeHeadless test

主要指标

概览
名称与所有者micronaut-projects/micronaut-examples
主编程语言
编程语言Groovy (语言数: 0)
平台
许可证
所有者活动
创建于2018-04-27 15:30:39
推送于2022-11-22 04:42:30
最后一次提交2022-11-22 05:42:29
发布数0
用户参与
星数532
关注者数46
派生数255
提交数157
已启用问题?
问题数49
打开的问题数20
拉请求数36
打开的拉请求数25
关闭的拉请求数14
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?