Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonTypesCodes committed May 8, 2021
1 parent cd0cbf9 commit 0cbec5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin
## Currently supported options
* Monolith projects
* Microservice projects
* [OAuth does not work with Eureka Service Discovery (yet)](https://github.com/micronaut-projects/micronaut-core/issues/5208)
* JWT or OAuth 2.0 Authentication
* SQL Database Support
* MySQL
Expand All @@ -84,9 +83,9 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin

## Compatibility

| micronaut blueprint | micronaut | jhipster |
| Micronaut Blueprint | Micronaut | JHipster |
| ------------- |------------- | ----- |
| 1.0.1 | 2.4.4 | 6.10.5 |
| 1.0.2 | 2.4.4 | 6.10.5 |
| 0.8.0 | 2.3.0 | 6.10.5 |

## ❤️ for community
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-jhipster-micronaut",
"version": "1.0.1",
"version": "1.0.2",
"description": "A Micronaut application generator for JHipster",
"keywords": [
"jhipster",
Expand Down

0 comments on commit 0cbec5f

Please sign in to comment.