This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
from b7efd9e update README.md
new 1e6decb Add deploy
new 8ddedec Add deploy
new d71ce97 Add deploy
new d4c5db6 Add deploy
new c4517ef Add deploy
new 62d185c Merge pull request #13 from AlbumenJ/0414_deploy
The 47 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/build.yml | 36 +++
.gitignore | 3 +-
.mvn/wrapper/maven-wrapper.properties | 18 ++
Dockerfile | 23 ++
initializer-generator/pom.xml | 19 --
.../src/main/resources/application.yml | 6 +-
initializer-page/static/bootstrap.html | 18 ++
mvnw | 287 +++++++++++++++++++++
mvnw.cmd | 187 ++++++++++++++
9 files changed, 571 insertions(+), 26 deletions(-)
create mode 100644 .github/workflows/build.yml
create mode 100755 .mvn/wrapper/maven-wrapper.properties
create mode 100644 Dockerfile
create mode 100755 mvnw
create mode 100644 mvnw.cmd