mirror of
https://gitee.com/dcren/cloud-native-app-initializer.git
synced 2025-12-21 10:59:59 +08:00
Python is a requirement to build the project.
This commit is contained in:
@@ -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.
|
||||
|
||||
### 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`:
|
||||
```shell
|
||||
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
|
||||
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).
|
||||
|
||||
Reference in New Issue
Block a user