Skip to content

Commit 65753f0

Browse files
authored
Update README.md
1 parent cb354c1 commit 65753f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ Creating database migration files
134134
> ```shell
135135
> # to change the value of some environment variable at runtime
136136
> # on execution, just pass it as a parameter. (like --SERVER_PORT=80).
137-
138137
> $ java -jar api-4.0.1.RELEASE.jar --SERVER_PORT=80
139138
> ```
139+
140+
141+
> [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).
140142
>
141-
> > [All options of `aplication.properties` here](https://docs.spring.io/spring-boot/docs/current/reference/html/common-application-properties.html).
142-
> >
143-
> > [All **features** of Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html).
143+
> [All **features** of Spring Boot](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html).

0 commit comments

Comments
 (0)