Apache dubbo

Clone this repo:
  1. bd1a03b Update Dubbo version to 3.2.9 by Albumen Kevin · 2 weeks ago main
  2. 4716719 Update jdk version by Albumen Kevin · 3 weeks ago
  3. 46b41af 更新jdk版本(19更换为21) by changningbo · 3 weeks ago
  4. 57d7c0b Update dubbo to 3.2.8 by Albumen Kevin · 3 weeks ago
  5. 0ec4735 Merge pull request #27 from apache/dependabot/npm_and_yarn/initializer-page/browserify-sign-4.2.2 by Albumen Kevin · 5 weeks ago

English | 简体中文


Dubbo Initializer

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.

Code structure

Dubbo Initializer is derived from Cloud Native App Initializer, which includes the following modules:

  • initializer-generator, java-based codebase that helps to generate the template project.
  • initializer-page, ui pages

Run from source

Please clone the project locally and make sure you have a Java 17 environment.

Build project

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.

Run project

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.

License

This project is a project under the Apache 2.0 license.