Skip to content

Commit e9bcc6f

Browse files
authored
modify format
1 parent c40b5ac commit e9bcc6f

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,20 @@ After the packaging is completed, you can find the cloudnative-1.0-SNAPSHOT.jar
3737
### Deploy backend projects
3838
1. Install a database such as ivorysql on your server and start it.
3939
2. create a directory to store the application files. For example:
40-
40+
```
4141
mkdir -p /home/ivory
42+
```
4243
4. upload JAR file (cloudnative-1.0-SNAPSHOT.jar) to your server.
4344
5. 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+
```
4648
6. 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
5154
Please modify url, username, password parts according to your actual situation.
5255
```
5356
datasource:

0 commit comments

Comments
 (0)