From 1eb73cdab09f7f22111ab41e725bc1cc31e0f9a2 Mon Sep 17 00:00:00 2001 From: Frederik Hahne Date: Tue, 10 Nov 2020 21:07:06 +0100 Subject: [PATCH] remove preview hint from prompt and readme updated #189 --- README.md | 3 ++- generators/app/index.js | 2 +- generators/common/templates/README.md.ejs | 2 +- package.json | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33d55ad2..fdbfea0d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ > ## 🛠 Blueprint In Active Development -> This project is a *PREVIEW* of a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech). +> This project is a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech). > While we are working to create a complete experience, there are likely some gaps. > Please [let us know](https://github.com/jhipster/generator-jhipster-micronaut/issues) if you encounter issues. > @@ -66,6 +66,7 @@ docker run -it --rm -v $PWD:/home/jhipster/app jhipster-generator-micronaut /bin ## Currently supported options * Monolith projects +* Microservice projects * JWT or OAuth 2.0 Authentication * SQL Database Support * MySQL diff --git a/generators/app/index.js b/generators/app/index.js index f017215b..b19249e9 100644 --- a/generators/app/index.js +++ b/generators/app/index.js @@ -51,7 +51,7 @@ module.exports = class extends AppGenerator { this.log(chalk.green(' _______________________________________________________________________________________________________________\n')); this.log( chalk.white( - ` ${chalk.yellow('::')} This project is a ${chalk.yellow.bold('PREVIEW')} of a ${chalk.blue.bold('Micronaut')} blueprint for ${chalk.green.bold('JHipster')}` + ` ${chalk.yellow('::')} This project is a ${chalk.blue.bold('Micronaut')} blueprint for ${chalk.green.bold('JHipster')}` ) ); this.log(chalk.white(` ${chalk.yellow('::')} Please let us know if you encounter issues`)); diff --git a/generators/common/templates/README.md.ejs b/generators/common/templates/README.md.ejs index 775ec345..eb30fd19 100644 --- a/generators/common/templates/README.md.ejs +++ b/generators/common/templates/README.md.ejs @@ -32,7 +32,7 @@ let DOCUMENTATION_ARCHIVE_URL = `${DOCUMENTATION_URL + DOCUMENTATION_ARCHIVE_PAT _%> > ## 🛠 Blueprint In Active Development -> This project was generated by a *PREVIEW* of a [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech). +> This project was generated by the [Micronaut](https://micronaut.io) blueprint for [JHipster](https://jhipster.tech). > While we are working to create a complete experience, there are likely some gaps. > Please [let us know](https://github.com/jhipster/generator-jhipster-micronaut/issues) if you encounter issues. > diff --git a/package.json b/package.json index a6119b0d..5f0d7a0a 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "didyoumean": "1.2.1", "ejs": "3.1.5", "faker": "5.1.0", - "generator-jhipster": "6.10.4", + "generator-jhipster": "6.10.5", "jhipster-core": "7.3.4", "glob": "7.1.6", "insight": "0.10.3",