File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,17 +37,20 @@ After the packaging is completed, you can find the cloudnative-1.0-SNAPSHOT.jar
3737### Deploy backend projects
38381 . Install a database such as ivorysql on your server and start it.
39392 . create a directory to store the application files. For example:
40-
40+ ```
4141 mkdir -p /home/ivory
42+ ```
42434 . upload JAR file (cloudnative-1.0-SNAPSHOT.jar) to your server.
43445 . create a directory(name must be: config) under /home/ivory to store the application files. For example:
44-
45+ ```
4546 mkdir -p /home/ivory/config
47+ ```
46486 . Please upload below files from the source code path ivory-cloud/cloudnative/src/main/resources to the /home/ivory/config path on your server.
49+
4750 application.yaml
4851 application-native.yaml
4952 spring_pro_logback.xml
50- 7 . then edit /home/ivory/config/application-native.yaml
53+ 8 . then edit /home/ivory/config/application-native.yaml
5154Please modify url, username, password parts according to your actual situation.
5255```
5356datasource:
You can’t perform that action at this time.
0 commit comments