mirror of
https://gitee.com/dcren/cloud-native-app-initializer.git
synced 2025-07-16 07:59:42 +08:00
Python is a requirement to build the project.
This commit is contained in:
parent
d91d6680dc
commit
43b6934d0d
@ -16,7 +16,8 @@
|
|||||||
请在本地 clone 该项目,并确保具备 Java 17 环境。
|
请在本地 clone 该项目,并确保具备 Java 17 环境。
|
||||||
|
|
||||||
### 构建项目
|
### 构建项目
|
||||||
在项目根目录,执行以下命令,安装 Node 和 Yarn:
|
|
||||||
|
首先,确保 python 在您的环境中已经安装。在项目根目录,执行以下命令,安装 Node 和 Yarn:
|
||||||
```shell
|
```shell
|
||||||
mvn compile -P install-yarn
|
mvn compile -P install-yarn
|
||||||
```
|
```
|
||||||
@ -49,4 +50,4 @@ docker run -it -p 127.0.0.1:7001:7001 registry.cn-hangzhou.aliyuncs.com/cloud-na
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 项目License
|
## 项目License
|
||||||
该项目是一个采用 [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html) 的项目。
|
该项目是一个采用 [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html) 的项目。
|
||||||
|
@ -15,6 +15,9 @@ This is a Cloud Native App Initializer project derived from Spring Initializr, y
|
|||||||
Please clone the project locally and make sure you have a Java 17 environment.
|
Please clone the project locally and make sure you have a Java 17 environment.
|
||||||
|
|
||||||
### Build project
|
### Build project
|
||||||
|
|
||||||
|
Make sure you have python installed on your computer.
|
||||||
|
|
||||||
In the project root directory, execute the following commands to install `Node` and `Yarn`:
|
In the project root directory, execute the following commands to install `Node` and `Yarn`:
|
||||||
```shell
|
```shell
|
||||||
mvn compile -P install-yarn
|
mvn compile -P install-yarn
|
||||||
@ -48,4 +51,4 @@ docker run -it -p 127.0.0.1:7001:7001 registry.cn-hangzhou.aliyuncs.com/cloud-na
|
|||||||
```
|
```
|
||||||
|
|
||||||
## License
|
## License
|
||||||
This project is a project under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
|
This project is a project under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0.html).
|
||||||
|
Loading…
Reference in New Issue
Block a user