commit | 2027f758c6638d69ad4542890eb2752e2e961292 | [log] [tgz] |
---|---|---|
author | Albumen Kevin <jhq0812@gmail.com> | Wed Oct 09 10:06:13 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Oct 09 10:06:13 2024 +0800 |
tree | f692f502d6c256db77c7ef57b470157bb0fdf9d7 | |
parent | a971f29c89a61aee8ff8be1e5ca4943571e575da [diff] | |
parent | d87dea4b9033296e4a84f7a3c451c9372319af3b [diff] |
Merge pull request #42 from apache/dependabot/npm_and_yarn/initializer-page/elliptic-6.5.7 Bump elliptic from 6.5.3 to 6.5.7 in /initializer-page
Here is the instance hosted by Dubbo community start.dubbo.apache.org.
You can also customize the code to meet your own requirements and deploy one yourself.
Dubbo Initializer is derived from Cloud Native App Initializer, which includes the following modules:
Please clone the project locally and make sure you have a Java 17 environment.
In the project root directory, execute the following commands:
mvn compile -P install-yarn -Dmaven.test.skip # Install `Node` and `Yarn` mvn prepare-package -Pbuild-public # Copy the static files to the target of the `initializer-generator` module.
If you are running in a ARM-based system and encounter error running above commands, please add
-Dos.arch=x64
and try again.
Enter the initializer-generator
module and execute the following command to start the application:
cd initializer-generator mvn spring-boot:run
In the browser, enter http://127.0.0.1:7001/bootstrap.html
to use the initializer project for project bootstrap.
This project is a project under the Apache 2.0 license.