Skip to content

Commit be5499f

Browse files
committed
adjust heading
1 parent e48eb1b commit be5499f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ The `app` and `web` war artifact name defaults to maven generated value `${proje
111111

112112
Advantage of setting custom war name is, when deployed to a web container, the application context becomes `http://<host:port>/<custom-warName>`. It avoid the need for container specific configuration.
113113

114-
#### Default behaviour
114+
##### Default name
115115

116116
The `app` and `web` war artifact names will be `${project.build.finalName}`
117117
```
118118
mvn install
119119
```
120120

121-
#### Custom name
121+
##### Custom name
122122

123123
`app` war will be *apple-war*, and `web` war will be *orange-war*
124124
```

0 commit comments

Comments
 (0)