Skip to content

sziolkow/micro-url

Repository files navigation

Micronaut 2.5.5 Documentation


Feature openapi documentation

Feature testcontainers documentation

Feature http-client documentation

Feature liquibase documentation

Feature management documentation

Feature jdbc-hikari documentation

Configured for Postgres Database

  • Start Postgres in Docker
docker run --rm --name postgres -e POSTGRES\_HOST\_AUTH\_METHOD=trust -d -p 5432:5432 -v my\_dbdata:/vapostgresql/data postgres  
  • Connect with the local instance und create the database
psql -h localhost -U postgres -d postgres

About

Micronaut Micro -url Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages