https://github.com/oracle/gdk-intellij-tooling
The plugin provides Graal Development Kit for Micronaut (GDK) project wizard which generates GDK applications.
https://github.com/oracle/gdk-intellij-tooling
cloud framework tools web
Last synced: 12 months ago
JSON representation
The plugin provides Graal Development Kit for Micronaut (GDK) project wizard which generates GDK applications.
- Host: GitHub
- URL: https://github.com/oracle/gdk-intellij-tooling
- Owner: oracle
- License: apache-2.0
- Created: 2024-02-29T11:04:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T09:18:42.000Z (about 1 year ago)
- Last Synced: 2025-03-24T13:21:27.517Z (about 1 year ago)
- Topics: cloud, framework, tools, web
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/24843-graal-dev-kit-for-micronaut/
- Size: 805 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Graal Development Kit for Micronaut® plugin
This IntelliJ IDEA plugin provides a [Graal Development Kit for Micronaut® (GDK)](https://graal.cloud/gdk/) project wizard which helps you generate GDK applications.
GDK is a curated set of open source Micronaut® framework modules designed from the ground up to be compiled ahead-of-time with GraalVM Native Image resulting in native executables ideal for microservices.
IntelliJ IDEA Ultimate Micronaut support is automatically enabled for GDK projects.
Graal Development Kit for Micronaut was formerly Graal Cloud Native.
## Build plugin from sources
To build `.zip` file that corresponds to IntelliJ plugin format, take the following steps.
Optionally:
- Build [gdk project](https://graal.cloud/gdk/) separately and publish it to local Maven repo with gradle `./gradlew publishToMavenLocal`
Build plugin with gradle `./gradlew build`
Plugin should be located in `/build/distributions`
## Installation
Plugin can be installed through IntelliJ graphical interface:
- Install using IntelliJ Settings panel | Plugins from Marketplace
Or if installing from local zip file:
- Open settings panel and navigate to Plugins section on the left
- Select `install plugin from disk` option and navigate to the `.zip` file
- Restart the IDE
## Contributing
This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)
## Security
Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process
## License
Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
Released under the [Apache License version 2.0](LICENSE.txt).
---
Micronaut® is a registered trademark of Object Computing, Inc. Use is for referential purposes and does not imply any endorsement or affiliation with any third-party product. Unauthorized use is strictly prohibited.