micronaut-guides
micronaut-guides copied to clipboard
Guides and Tutorials on how to use Micronaut including sample code
See: https://github.com/micronaut-projects/micronaut-starter/blob/4.0.x/starter-analytics-postgres/src/main/java/io/micronaut/starter/analytics/postgres/gcp/GoogleCloudSqlSetup.java It should use one of the guides as a base. Maybe guides/micronaut-data-jdbc-repository
https://guides.micronaut.io/latest/micronaut-cors.html
- [ ] [Retrieving Secrets with AWS Secrets Manager](https://github.com/micronaut-projects/micronaut-guides/issues/702) - [ ] [Retrieving Secrets with Azure Key Vault](https://github.com/micronaut-projects/micronaut-guides/issues/700) - [x] [Retrieving Secrets with Oracle Cloud Vault](https://github.com/micronaut-projects/micronaut-guides/issues/699)
i'm new to micronaut and oauth, but i wasn't able to complete the (excellent) guide for 'micronaut oauth2 keycloak' until i changed the redirect uri's provided on line 17 of...
The MongoDB guide doesn't have the test resources plugin added and configured correctly so tests fail out of the box. ## Steps to reproduce 1. Download https://guides.micronaut.io/latest/micronaut-data-mongodb-asynchronous-gradle-java.html 2. Run tests...
Current output: ``` ## Common Unused common snippet: src/docs/common/snippets/common-annotationprocessors.adoc Unused common snippet: src/docs/common/snippets/common-azure-account.adoc Unused common snippet: src/docs/common/snippets/common-data-jdbc-mysql.adoc Unused common snippet: src/docs/common/snippets/common-flyway-mysql.adoc Unused common snippet: src/docs/common/snippets/common-jakarta-persistence-api.adoc Unused common snippet: src/docs/common/snippets/common-mosquitto.adoc Unused...
copy of https://guides.micronaut.io/latest/executable-jar.html but with aot ```bash ./gradlew optimizedJitJarAll java -jar build/libs/micronautguide-0.1-all-optimized.jar ./mvnw package -Dmicronaut.aot.enabled=true java -jar target/micronautguide-01.jar ```
Bumps [selenium-firefox-driver](https://github.com/SeleniumHQ/selenium) from 4.3.0 to 4.8.1. Release notes Sourced from selenium-firefox-driver's releases. Selenium 4.8.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...
### Task List - [x] Steps to reproduce provided - [x] Stacktrace (if present) provided - [x] Example that reproduces the problem uploaded to Github - [x] Full description of...
I think we could make serving SPAs simpler as it is common pattern to use Micronaut for API and bundle SPA frontend application as static resource. My proposed solution is...