From 631e61cba9f2a3449c95cef274e210c099f7ee4d Mon Sep 17 00:00:00 2001 From: Hang Wang <53414034+hangwan97@users.noreply.github.com> Date: Tue, 26 Sep 2023 01:04:35 +0800 Subject: [PATCH 1/5] Update azure.md Added JHipster Azure Spring Apps description. --- pages/azure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/azure.md b/pages/azure.md index a0e89980..d8d3f7f9 100644 --- a/pages/azure.md +++ b/pages/azure.md @@ -11,9 +11,9 @@ sitemap: [Microsoft Azure](https://azure.microsoft.com/overview/?WT.mc_id=online-jhipster-judubois) is a great solution to run JHipster applications in the cloud. -- The easiest way is to use [Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois) to deploy your monoliths. -- If you are using Spring Boot microservices, - [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois) fully supports JHipster applications. +- The easiest way is to use [JHipster Azure Spring Apps](https://github.com/Azure/generator-jhipster-azure-spring-apps) to create and deploy your project from end to end. Jhipster Azure Spring Apps is designed to streamline your full-stack Spring application development, leveraging the robust infrastructure of Azure Spring Apps to bring your projects to life with unprecedented ease and efficiency. +- If you are using Spring Boot microservices, [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois) fully supports JHipster applications. You can read more on the [Quickstart](https://learn.microsoft.com/azure/spring-apps/quickstart-deploy-microservice-apps) +- You can also try [Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois) to deploy your monoliths. - As with any Docker and Kubernetes cloud provider, you can use the JHipster Docker and Kubernetes support to deploy your Docker images to Microsoft Azure. Follow our [Docker Compose documentation]({{ site.url }}/docker-compose/) and our [Kubernetes documentation]({{ site.url }}/kubernetes/) for more information on these options. [![Microsoft Azure]({{ site.url }}/images/logo/logo-azure.png)](https://azure.microsoft.com/overview/?WT.mc_id=online-jhipster-judubois) From fec3d397549852105bb47e865c4abc027d71632f Mon Sep 17 00:00:00 2001 From: Quentin Date: Wed, 4 Oct 2023 21:11:28 +0200 Subject: [PATCH 2/5] fix(doc): Duplicate text --- pages/security.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/security.md b/pages/security.md index 97bec6a0..6b3a0f94 100644 --- a/pages/security.md +++ b/pages/security.md @@ -100,8 +100,6 @@ If you want to use Keycloak with Docker Compose, be sure to read our [Docker Com > docker build -t jboss/keycloak:16.1.0 . > ``` -If you want to use Keycloak with Docker Compose, be sure to read our [Docker Compose documentation](/docker-compose/), and configure correctly your `/etc/hosts` for Keycloak. - The security settings in `src/main/resources/config/application.yml` are configured for this image. See above note on `/etc/hosts` and take note that `issuer-uri` may need to change ```yaml From 3d0fe5a406d2fb083ddcb8a47a1f7b45d28aaa43 Mon Sep 17 00:00:00 2001 From: Deepu Date: Sat, 14 Oct 2023 16:10:34 +0200 Subject: [PATCH 3/5] Release v8.0.0-rc.1 --- .../2023-10-14-jhipster-release-8.0.0-rc.1.md | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 _posts/2023-10-14-jhipster-release-8.0.0-rc.1.md diff --git a/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md b/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md new file mode 100644 index 00000000..37f5f946 --- /dev/null +++ b/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md @@ -0,0 +1,83 @@ +--- +layout: default +title: Release 8.0.0-rc.1 +--- + +# JHipster release v8.0.0-c.1 + +This is our first release candidate for JHipster v8. + +It includes [452 closed tickets and pull requests on the main project](https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1). + +_It is not available through the usual channels as this is a beta release, please read below for more information!_ + +## What's new? + +### :warning: Breaking changes/Deprecations/Removals + +- Drop unmaintained deployment sub-generators ([#23422](https://github.com/jhipster/generator-jhipster/pull/23422)) + - aws + - azure-app-service + - azure-spring-cloud + - cloudfoundry + - gae + - openshift +- drop openapi-client sub-generator ([#23632](https://github.com/jhipster/generator-jhipster/pull/23632)) +- drop page sub-generator ([#23615](https://github.com/jhipster/generator-jhipster/pull/23615)) +- drop upgrade-config sub-generator ([ab46e40](https://github.com/jhipster/generator-jhipster/commit/ab46e40d7013e68a1d82d3578d62a7c29f5b466e)) +- drop spring-controller and spring-service sub-generators ([#23502](https://github.com/jhipster/generator-jhipster/pull/23502)) + +### :gem: Features & Enhancements + +- Update spring-boot version to 3.1.4 ([#23613](https://github.com/jhipster/generator-jhipster/pull/23613)) +- Update maven version to 3.9.5 ([#23843](https://github.com/jhipster/generator-jhipster/pull/23843)) +- Upgrade to Gradle 8.4 ([#23787](https://github.com/jhipster/generator-jhipster/pull/23787)) + +### :computer: Frontend + +- Migrate vue to vite. ([#23532](https://github.com/jhipster/generator-jhipster/pull/23532)) +- fix swagger for gateway/microservices ([#23499](https://github.com/jhipster/generator-jhipster/pull/23499)) +- Rework translation process ([#23488](https://github.com/jhipster/generator-jhipster/pull/23488)) + +### :paw_prints: JDL/Internals/Blueprints + +- Improve blueprint support +- Lots of internal improvements and refactoring + +### :scroll: Others + +- Many improvements +- Many libraries upgrades +- Many bug fixes + +## Closed tickets and merged pull requests + +As always, **[you can check all closed tickets and merged pull requests here](https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1)**. + +## How to install + +This is a release candidate, so it is not available on our usual "stable" release channel. + +To install JHipster v8.0.0-rc.1 using using NPM: + + npm install -g generator-jhipster@rc + +It is also available using the JHipster Docker image, as it is automatically built from our source code. + +However, as this is a release candidate it will not be available using our other usual channels like: + +- [JHipster Online](https://start.jhipster.tech) +- [JHipster Devbox](https://github.com/jhipster/jhipster-devbox) + +You also won’t be able to use the `jhipster upgrade` sub-generator, as it won’t “see” the release candidates, which is distributed through a specific beta channel on NPM. + +## Help and bugs + +If you find any issue with this release, don't hesitate to: + +- Add a bug on our [bug tracker](https://github.com/jhipster/generator-jhipster/issues?state=open) +- Post a question on [Stack Overflow](http://stackoverflow.com/tags/jhipster/info) + +If the issue you have is an urgent bug or security issue, please: + +- Contact [@jhipster](https://twitter.com/jhipster) on Twitter From 011d77b25574a321263a47eeea6430db137ed484 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 15 Oct 2023 16:01:29 +0200 Subject: [PATCH 4/5] Option --with-entities is not available (#1311) --- _posts/2023-09-05-jhipster-release-7.9.4.md | 2 +- pages/creating_an_app.md | 3 +-- pages/upgrading_an_app.md | 10 +++++----- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/_posts/2023-09-05-jhipster-release-7.9.4.md b/_posts/2023-09-05-jhipster-release-7.9.4.md index b68205bb..a12a527e 100644 --- a/_posts/2023-09-05-jhipster-release-7.9.4.md +++ b/_posts/2023-09-05-jhipster-release-7.9.4.md @@ -53,7 +53,7 @@ jhipster You can also update your project and all its entities by running ``` -jhipster --with-entities +jhipster --force ``` You can also update your entities one-by-one by running again the entity sub-generator, for example if your entity is named _Foo_ diff --git a/pages/creating_an_app.md b/pages/creating_an_app.md index 37a99241..bbf850d2 100644 --- a/pages/creating_an_app.md +++ b/pages/creating_an_app.md @@ -247,7 +247,6 @@ Here are the options you can pass: * `--i18n` - Disable or enable i18n when skipping client side generation, has no effect otherwise (Default: true) * `--auth` - Specify the authentication type when skipping server side generation, has no effect otherwise but mandatory when using `skip-server` * `--db` - Specify the database when skipping server side generation, has no effect otherwise but mandatory when using `skip-server` -* `--with-entities` - Regenerate the existing entities if they were already generated (using their configuration in the `.jhipster` folder) (Default: false) * `--skip-checks` - Skip the check of the required tools (Default: false) * `--jhi-prefix` - Add prefix before services, components and state/route names (Default: jhi) * `--entity-suffix` - Add suffix after entities class names (Default: empty string) @@ -259,4 +258,4 @@ Here are the options you can pass:

Tips

-You can also use the Yeoman command-line options, like `--force` to automatically overwrite existing files. So if you want to regenerate your whole application, including its entities, you can run `jhipster --force --with-entities`. +You can also use the Yeoman command-line options, like `--force` to automatically overwrite existing files. So if you want to regenerate your whole application, including its entities, you can run `jhipster --force`. diff --git a/pages/upgrading_an_app.md b/pages/upgrading_an_app.md index 7dd3afd9..0d756092 100644 --- a/pages/upgrading_an_app.md +++ b/pages/upgrading_an_app.md @@ -83,7 +83,7 @@ Below are the steps processed by the JHipster upgrade sub-generator: 5. Checkout the `jhipster_upgrade` branch. 6. Upgrade JHipster to the latest available version globally. 7. Clean the current project directory. -8. Re-generate the application using the `jhipster --force --with-entities` command. +8. Re-generate the application using the `jhipster --force` command. 9. Commit the generated code to the `jhipster_upgrade` branch. 10. Merge the `jhipster_upgrade` branch back to the original branch from where the `npx jhipster upgrade` command was launched. 11. Now you need to proceed with resolving merge conflicts if there are any. @@ -123,7 +123,7 @@ jhipster You can also update your project and all its entities by running ``` -jhipster --with-entities +jhipster --force ``` You can also update your entities one-by-one by running again the entity sub-generator, for example if your entity is named _Foo_ @@ -159,7 +159,7 @@ npm install -g generator-jhipster@jhipsterVersionYouUsedLastTime Regenerate your project: ``` -jhipster --force --with-entities --skip-install +jhipster --force --skip-install ``` With `git diff` you can now see all your changes as reverted. If you would like to see all your changes as added then you can commit all to Git and then revert the last commit. @@ -173,12 +173,12 @@ Generate project with JHipster version you used last time to generate your proje * copy your project `.yo-rc.json` file and `.jhipster` folder into this new folder * find out what JHipster version you used last time to generate your project: look at the `.yo-rc.json`, find out the value of the `jhipsterVersion` * install JHipster version you used last time to generate your project: `npm install -g generator-jhipster@jhipsterVersionYouUsedLastTime` -* in the created folder run: `jhipster --with-entities --skip-install` +* in the created folder run: `jhipster --skip-install` Generate project with the latest JHipster: * create a new folder * copy your project `.yo-rc.json` file and `.jhipster` folder into this new folder * install the latest JHipster version: `npm install -g generator-jhipster` -* in the created folder run: `jhipster --with-entities --skip-install` +* in the created folder run: `jhipster --skip-install` Compare those 2 folders with your favorite file and folder compare tool to see changes done by JHipster. From de8baa5d660c24686389c345791451b506de7020 Mon Sep 17 00:00:00 2001 From: Hideyuki Kagami Date: Mon, 16 Oct 2023 22:49:30 +0900 Subject: [PATCH 5/5] translate sync-011d77b2 --- .../2023-10-14-jhipster-release-8.0.0-rc.1.md | 78 +++++++++---------- pages/azure.md | 14 +--- pages/creating_an_app.md | 29 +------ pages/security.md | 6 -- pages/upgrading_an_app.md | 35 +-------- 5 files changed, 47 insertions(+), 115 deletions(-) diff --git a/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md b/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md index 37f5f946..44c51aba 100644 --- a/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md +++ b/_posts/2023-10-14-jhipster-release-8.0.0-rc.1.md @@ -1,83 +1,83 @@ --- layout: default -title: Release 8.0.0-rc.1 +title: リリース 8.0.0-rc.1 --- -# JHipster release v8.0.0-c.1 +JHipsterリリース v8.0.0-rc.1 -This is our first release candidate for JHipster v8. +これは、JHipster v8の最初の候補リリースです。 -It includes [452 closed tickets and pull requests on the main project](https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1). +これには、[452 のクローズされたチケットとメインプロジェクトのプルリクエスト]が含まれています。(https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1). -_It is not available through the usual channels as this is a beta release, please read below for more information!_ +_これはベータ版のリリースであるため、通常の方法では入手できません。詳細については、以下を参照してください!_ -## What's new? +## 何が新しくなりましたか? -### :warning: Breaking changes/Deprecations/Removals +### :warning: 重大な変更/非推奨/削除 -- Drop unmaintained deployment sub-generators ([#23422](https://github.com/jhipster/generator-jhipster/pull/23422)) +- メンテナンスされていない構築サブジェネレータを削除 ([#23422](https://github.com/jhipster/generator-jhipster/pull/23422)) - aws - azure-app-service - azure-spring-cloud - cloudfoundry - gae - openshift -- drop openapi-client sub-generator ([#23632](https://github.com/jhipster/generator-jhipster/pull/23632)) -- drop page sub-generator ([#23615](https://github.com/jhipster/generator-jhipster/pull/23615)) -- drop upgrade-config sub-generator ([ab46e40](https://github.com/jhipster/generator-jhipster/commit/ab46e40d7013e68a1d82d3578d62a7c29f5b466e)) -- drop spring-controller and spring-service sub-generators ([#23502](https://github.com/jhipster/generator-jhipster/pull/23502)) +- openapi-client サブジェネレータを削除 ([#23632](https://github.com/jhipster/generator-jhipster/pull/23632)) +- page サブジェネレータを削除 ([#23615](https://github.com/jhipster/generator-jhipster/pull/23615)) +- upgrade-config サブジェネレータを削除 ([ab46e40](https://github.com/jhipster/generator-jhipster/commit/ab46e40d7013e68a1d82d3578d62a7c29f5b466e)) +- spring-controllerとspring-serviceサブジェネレータを削除 ([#23502](https://github.com/jhipster/generator-jhipster/pull/23502)) -### :gem: Features & Enhancements +### :gem: 機能・拡張機能 -- Update spring-boot version to 3.1.4 ([#23613](https://github.com/jhipster/generator-jhipster/pull/23613)) -- Update maven version to 3.9.5 ([#23843](https://github.com/jhipster/generator-jhipster/pull/23843)) -- Upgrade to Gradle 8.4 ([#23787](https://github.com/jhipster/generator-jhipster/pull/23787)) +- spring-bootのバージョンを3.1.4に更新 ([#23613](https://github.com/jhipster/generator-jhipster/pull/23613)) +- mavenのバージョンを3.9.5に更新 ([#23843](https://github.com/jhipster/generator-jhipster/pull/23843)) +- Gradleのバージョンを8.4に更新 ([#23787](https://github.com/jhipster/generator-jhipster/pull/23787)) -### :computer: Frontend +### :computer: フロントエンド - Migrate vue to vite. ([#23532](https://github.com/jhipster/generator-jhipster/pull/23532)) - fix swagger for gateway/microservices ([#23499](https://github.com/jhipster/generator-jhipster/pull/23499)) - Rework translation process ([#23488](https://github.com/jhipster/generator-jhipster/pull/23488)) -### :paw_prints: JDL/Internals/Blueprints +### :paw_prints: JDL/内部/Blueprints -- Improve blueprint support -- Lots of internal improvements and refactoring +- ブループリント・サポートの向上 +- 多くの内部改善とリファクタリング -### :scroll: Others +### :scroll: その他 -- Many improvements -- Many libraries upgrades -- Many bug fixes +- 多くの改善 +- 多くのライブラリのアップグレード +- 多くのバグ修正 -## Closed tickets and merged pull requests +## クローズされたチケットとマージされたプルリクエスト -As always, **[you can check all closed tickets and merged pull requests here](https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1)**. +いつものように、__[すべてのクローズされたチケットとマージされたプルリクエストをここで確認できます](https://github.com/jhipster/generator-jhipster/issues?q=is:closed+milestone:8.0.0-rc.1)**. -## How to install +## インストール方法 -This is a release candidate, so it is not available on our usual "stable" release channel. +これはベータ版リリースなので、通常の「安定版」リリースの方法では入手できません。 -To install JHipster v8.0.0-rc.1 using using NPM: +NPMを使用してJHipster v8.0.0-rc.1をインストールするには、以下のようにします。 - npm install -g generator-jhipster@rc + npm install -g generator-jhipster@beta -It is also available using the JHipster Docker image, as it is automatically built from our source code. +また、JHipster Dockerイメージも利用可能です。ソースコードから自動的に構築されます。 -However, as this is a release candidate it will not be available using our other usual channels like: +しかし、これはベータリリースであるため、次のような方法では入手できません。 - [JHipster Online](https://start.jhipster.tech) - [JHipster Devbox](https://github.com/jhipster/jhipster-devbox) -You also won’t be able to use the `jhipster upgrade` sub-generator, as it won’t “see” the release candidates, which is distributed through a specific beta channel on NPM. +また、ベータリリースはNPMの特定のベータチャネルを通じても見ることができないことから、`jhipster upgrade`サブジェネレータを使用することもできません。 -## Help and bugs +## ヘルプとバグ -If you find any issue with this release, don't hesitate to: +このリリースで問題が発生した場合は、遠慮なく次のことを行ってください。 -- Add a bug on our [bug tracker](https://github.com/jhipster/generator-jhipster/issues?state=open) -- Post a question on [Stack Overflow](http://stackoverflow.com/tags/jhipster/info) +- [bug tracker](https://github.com/jhipster/generator-jhipster/issues?state=open)にバグを追加します。 +- [Stack Overflow](http://stackoverflow.com/tags/jhipster/info)に質問を投稿します。 -If the issue you have is an urgent bug or security issue, please: +問題が緊急のバグまたはセキュリティの問題である場合は次のことを行ってください。 -- Contact [@jhipster](https://twitter.com/jhipster) on Twitter +- [@jhipster](https://twitter.com/jhipster)のTwitterアカウントに連絡をお願いします。 diff --git a/pages/azure.md b/pages/azure.md index 4861e2a8..bc6e024d 100644 --- a/pages/azure.md +++ b/pages/azure.md @@ -11,17 +11,11 @@ sitemap: [Microsoft Azure](https://azure.microsoft.com/overview/?WT.mc_id=online-jhipster-judubois)は、クラウドでJHipsterアプリケーションを実行するための優れたソリューションです。 -<<<<<<< HEAD -- 最も簡単な方法は、[Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois)を使用してモノリスをデプロイすることです。 -- Spring Bootマイクロサービスを使用している場合、 - [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois)は、JHipsterアプリケーションを完全にサポートします。 +- 最も簡単な方法は、[JHipster Azure Spring Apps](https://github.com/Azure/generator-jhipster-azure-spring-apps)を使用して、プロジェクトをエンドツーエンドで作成してデプロイすることです。 JHipster Azure Spring Appsは、フルスタックのSpringアプリケーション開発を合理化するように設計されており、Azure Spring Appsの堅牢なインフラストラクチャを活用して、これまでにない容易さと効率性でプロジェクトを実現します。 +(https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois) +- Spring Bootマイクロサービスを使用している場合、[Azure Spring Apps]はJHipsterアプリケーションを完全にサポートします。[Quickstart](https://learn.microsoft.com/azure/spring-apps/quickstart-deploy-microservice-apps)で詳細を読むことができます。 +- また、[Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois)を使ってモノリスをデプロイすることもできます。 - 他のDockerおよびKubernetesクラウドプロバイダと同様に、JHipster DockerおよびKubernetesサポートを使用して、DockerイメージをMicrosoft Azureにデプロイできます。これらのオプションの詳細については、[Docker Composeドキュメント]({{ site.url }}/docker-compose/)および[Kubernetesドキュメント]({{ site.url }}/kubernetes/)に従ってください。 -======= -- The easiest way is to use [JHipster Azure Spring Apps](https://github.com/Azure/generator-jhipster-azure-spring-apps) to create and deploy your project from end to end. Jhipster Azure Spring Apps is designed to streamline your full-stack Spring application development, leveraging the robust infrastructure of Azure Spring Apps to bring your projects to life with unprecedented ease and efficiency. -- If you are using Spring Boot microservices, [Azure Spring Apps](https://azure.microsoft.com/services/spring-apps/?WT.mc_id=online-jhipster-judubois) fully supports JHipster applications. You can read more on the [Quickstart](https://learn.microsoft.com/azure/spring-apps/quickstart-deploy-microservice-apps) -- You can also try [Azure App Service](https://azure.microsoft.com/services/app-service/?WT.mc_id=online-jhipster-judubois) to deploy your monoliths. -- As with any Docker and Kubernetes cloud provider, you can use the JHipster Docker and Kubernetes support to deploy your Docker images to Microsoft Azure. Follow our [Docker Compose documentation]({{ site.url }}/docker-compose/) and our [Kubernetes documentation]({{ site.url }}/kubernetes/) for more information on these options. ->>>>>>> upstream/main [![Microsoft Azure]({{ site.url }}/images/logo/logo-azure.png)](https://azure.microsoft.com/overview/?WT.mc_id=online-jhipster-judubois) diff --git a/pages/creating_an_app.md b/pages/creating_an_app.md index 14bda6ed..bd4c352e 100644 --- a/pages/creating_an_app.md +++ b/pages/creating_an_app.md @@ -236,7 +236,6 @@ Blueprintに特定のサブジェネレータが実装されていない場合 渡すことができるオプションは次のとおりです。 -<<<<<<< HEAD * `--help` - ジェネレータのオプションと使用法を出力します * `--blueprint` - 使用するBlueprintを指定します。例:`jhipster --blueprint kotlin` * `--skip-cache` - プロンプトの応答を記憶しません(デフォルト:false) @@ -248,7 +247,6 @@ Blueprintに特定のサブジェネレータが実装されていない場合 * `--i18n` - クライアント側の生成をスキップする場合にi18nを無効または有効にします。それ以外の場合は影響ありません(デフォルト:true) * `--auth` - サーバ側の生成をスキップする場合に認証タイプを指定します。それ以外の場合は影響ありませんが、`skip-server`を使用する場合は必須です * `--db` - サーバ側の生成をスキップする場合にデータベースを指定します。それ以外の場合は影響ありませんが、`skip-server`を使用する場合は必須です -* `--with-entities` - 既存のエンティティがすでに生成されている場合は、それらを再生成します(`.jhipster`フォルダ内の構成を使用)(デフォルト:false) * `--skip-checks` - 必要なツールのチェックをスキップします(デフォルト:false) * `--jhi-prefix` - サービス、コンポーネント、および状態/ルート名の前にプレフィックスを追加します(デフォルト:jhi) * `--entity-suffix` - エンティティクラス名の後に接尾辞を追加します(デフォルト:空の文字列) @@ -257,32 +255,7 @@ Blueprintに特定のサブジェネレータが実装されていない場合 * `--experimental` - 実験的な機能を有効にします。これらの機能は不安定であり、いつでも重大な変更を受ける可能性があることに注意してください * `--skip-fake-data` - 開発用のフェイクデータの生成をスキップします * `--creation-timestamp` - 再現可能なビルドのタイムスタンプを設定します。タイムスタンプは解析可能なjs日付である必要があります(例:2019-01-01)。--with-entitiesまたはimport-jdl(generator-jhipster > 6.5.1)とともに使用する必要があります -======= -* `--help` - Print the generator's options and usage -* `--blueprint` - Specify a blueprint to use. For example `jhipster --blueprint kotlin` -* `--skip-cache` - Do not remember prompt answers (Default: false) -* `--skip-git` - Do not add the generated project to Git automatically (Default: false) -* `--skip-install` - Do not automatically install dependencies (Default: false) -* `--skip-client` - Skip the client-side application generation, so you only have the Spring Boot back-end code generated (Default: false). -* `--skip-server` - Skip the server-side application generation, so you only have the front-end code generated (Default: false). -* `--skip-user-management` - Skip the user management generation, both on the back-end and on the front-end (Default: false) -* `--i18n` - Disable or enable i18n when skipping client side generation, has no effect otherwise (Default: true) -* `--auth` - Specify the authentication type when skipping server side generation, has no effect otherwise but mandatory when using `skip-server` -* `--db` - Specify the database when skipping server side generation, has no effect otherwise but mandatory when using `skip-server` -* `--skip-checks` - Skip the check of the required tools (Default: false) -* `--jhi-prefix` - Add prefix before services, components and state/route names (Default: jhi) -* `--entity-suffix` - Add suffix after entities class names (Default: empty string) -* `--dto-suffix` - Add suffix after DTOs class names (Default: DTO) -* `--prettier-java` - Use [prettier-java](https://github.com/jhipster/prettier-java) for formatting all Java classes (Default: false) -* `--experimental` - Enable experimental features. Please note that these features may be unstable and may undergo breaking changes at any time -* `--skip-fake-data` - Skip generation of fake data for development -* `--creation-timestamp` - Set a timestamp for reproducible build. Timestamp should be a parsable js date ex: 2019-01-01. Must be used with --with-entities or import-jdl (generator-jhipster > 6.5.1) ->>>>>>> upstream/main

ヒント

-<<<<<<< HEAD -また、`--force`のようなYeomanコマンドラインオプションを使用して、既存のファイルを自動的に上書きもできます。そのため、エンティティを含むアプリケーション全体を再生成したい場合は、`jhipster--force--with-entities`を実行できます。 -======= -You can also use the Yeoman command-line options, like `--force` to automatically overwrite existing files. So if you want to regenerate your whole application, including its entities, you can run `jhipster --force`. ->>>>>>> upstream/main +また、`--force`のようなYeomanコマンドラインオプションを使用して、既存のファイルを自動的に上書きもできます。そのため、エンティティを含むアプリケーション全体を再生成したい場合は、`jhipster --force`を実行できます。 diff --git a/pages/security.md b/pages/security.md index 9d43d9d0..09161f35 100644 --- a/pages/security.md +++ b/pages/security.md @@ -100,13 +100,7 @@ Docker ComposeでKeycloakを使用したい場合は、[Docker Composeドキュ > docker build -t jboss/keycloak:16.1.0 . > ``` -<<<<<<< HEAD -Docker ComposeでKeycloakを使用したい場合は、[Docker Composeドキュメント](/docker-compose/)を必ず読み、Keycloak用に`/etc/hosts`を正しく設定してください。(訳注:上述の文章と重複してますが原文そのままにしています) - このイメージには、`src/main/resources/config/application.yml`のセキュリティ設定が構成されています。上記の`/etc/hosts`に関する注意を参照し、`issuer-uri`を変更する必要がある場合があることに注意してください。 -======= -The security settings in `src/main/resources/config/application.yml` are configured for this image. See above note on `/etc/hosts` and take note that `issuer-uri` may need to change ->>>>>>> upstream/main ```yaml spring: diff --git a/pages/upgrading_an_app.md b/pages/upgrading_an_app.md index ed4cd178..985132c8 100644 --- a/pages/upgrading_an_app.md +++ b/pages/upgrading_an_app.md @@ -76,7 +76,6 @@ _アップグレードを行う前にこのページをよく読んで、アッ JHipsterアップグレードサブジェネレータによって処理される手順は以下のとおりです。 -<<<<<<< HEAD 1. 新しいバージョンのJHipsterが利用可能かどうかをチェックします(`--force`を使用している場合は適用されません)。 2. アプリケーションがすでに`git`リポジトリとして初期化されているかどうかをチェックします。そうでない場合は、JHipsterがリポジトリを初期化し、現在のコードベースをmasterブランチにコミットします。 3. リポジトリにコミットされていないローカル変更がないことを確認します。コミットされていない変更が見つかった場合、プロセスは終了します。 @@ -84,23 +83,10 @@ JHipsterアップグレードサブジェネレータによって処理される 5. `jhipster_upgrade`ブランチをチェックアウトします。 6. JHipsterを利用可能な最新バージョンにグローバルにアップグレードします。 7. 現在のプロジェクトフォルダをクリーンアップします。 -8. `jhipster --force --with-entities`コマンドを使用してアプリケーションを再生成します。 +8. `jhipster --force`コマンドを使用してアプリケーションを再生成します。 9. 生成されたコードを`jhipster_upgrade`ブランチにコミットします。 10. `npx jhipster_upgrade`コマンドが起動された元のブランチに`jhipster_upgrade`ブランチをマージして戻します。 11. ここで、マージ競合がある場合は、それを解決する必要があります。 -======= -1. Check if there is a new version of JHipster available (not applicable if you are using `--force`). -2. Check if the application is already initialized as a `git` repository, or else JHipster will initialize one for you and commit the current codebase to the master branch. -3. Check to ensure that there are no un-committed local changes in the repository. The process will exit if there are un-committed changes found. -4. Check if a `jhipster_upgrade` branch exists. If not, a branch is created: details about this step is provided in the "Specific steps on first upgrade" section. -5. Checkout the `jhipster_upgrade` branch. -6. Upgrade JHipster to the latest available version globally. -7. Clean the current project directory. -8. Re-generate the application using the `jhipster --force` command. -9. Commit the generated code to the `jhipster_upgrade` branch. -10. Merge the `jhipster_upgrade` branch back to the original branch from where the `npx jhipster upgrade` command was launched. -11. Now you need to proceed with resolving merge conflicts if there are any. ->>>>>>> upstream/main おめでとうございます。アプリケーションが最新バージョンのJHipsterにアップグレードされました。 @@ -182,32 +168,17 @@ jhipster --force --skip-install JHipsterによる変更を確認したい場合は、以下の手順に従ってください。 -<<<<<<< HEAD 前回プロジェクトの生成に使用したJHipsterバージョンでプロジェクトを生成します。 * 新しいフォルダを作成します。 * プロジェクト`.yo-rc.json`ファイルと`.jhipster`フォルダをこの新しいフォルダにコピーします。 * 前回プロジェクトを生成したときに使用したJHipsterのバージョンを調べます。`.yo-rc.json`を見て、`jhipsterVersion`の値を調べます。 * 前回プロジェクトの生成に使用したJHipsterのバージョンをインストールします:`npm install-g generator-jhipster@前回使用したJHipsterのバージョン` -* 作成したフォルダで、次のコマンドを実行します:`jhipster --with-entities --skip-install` +* 作成したフォルダで、次のコマンドを実行します:`jhipster --skip-install` 最新のJHipsterでプロジェクトを生成します。 * 新しいフォルダを作成します。 * プロジェクト`.yo-rc.json`ファイルと`.jhipster`フォルダをこの新しいフォルダにコピーします。 * 最新のJHipsterバージョンをインストールします:`npm install -g generator-jhipster` -* 作成したフォルダで、次のコマンドを実行します:`jhipster --with-entities --skip-install` -======= -Generate project with JHipster version you used last time to generate your project: -* create a new folder -* copy your project `.yo-rc.json` file and `.jhipster` folder into this new folder -* find out what JHipster version you used last time to generate your project: look at the `.yo-rc.json`, find out the value of the `jhipsterVersion` -* install JHipster version you used last time to generate your project: `npm install -g generator-jhipster@jhipsterVersionYouUsedLastTime` -* in the created folder run: `jhipster --skip-install` - -Generate project with the latest JHipster: -* create a new folder -* copy your project `.yo-rc.json` file and `.jhipster` folder into this new folder -* install the latest JHipster version: `npm install -g generator-jhipster` -* in the created folder run: `jhipster --skip-install` ->>>>>>> upstream/main +* 作成したフォルダで、次のコマンドを実行します:`jhipster --skip-install` これらの2つのフォルダをお好きなファイルおよびフォルダ比較ツールと比較して、JHipsterによって行われた変更を確認します。