Skip to content

l0rd/micronaut-sample

Repository files navigation

Open on Developer Sandbox

Execute podman run from the workspace

Kubedock is executed at workspace startup and podman is configured to use it as the backend. Once the workspace is started type:

$ podman run --name httpd -d -p 8080:8080 python python -m http.server 8080
2023-06-15.19.42.18.mp4

Run Tests using testcontainers

A couple of Visual Studio Code tasks are pre-configured (using the .devfile.yaml) to run the tests and the application.

image

Testcontainers uses kubedock to start a MySQL database. But tests are currently failing on Developer Sandbox. That's probably because the MySQL container expects to be run as root.

Micronaut 3.9.0 Documentation


Feature http-client documentation

Feature flyway documentation

Feature serialization-jackson documentation

Feature data-jdbc documentation

Feature jdbc-hikari documentation

Feature test-resources documentation

About

Micronaut Micronaut -sample Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages