Skip to content

Commit 5d98ce2

Browse files
authored
Merge pull request #126 from OpenLiberty/staging
Merge staging to prod - add a doc link (#125)
2 parents dc383d7 + ee5b6f2 commit 5d98ce2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2019, 2022 IBM Corporation and others.
1+
// Copyright (c) 2019, 2023 IBM Corporation and others.
22
// Licensed under Creative Commons Attribution-NoDerivatives
33
// 4.0 International (CC BY-ND 4.0)
44
// https://creativecommons.org/licenses/by-nd/4.0/
@@ -239,7 +239,7 @@ server.xml
239239
include::finish/src/main/liberty/config/server.xml[]
240240
----
241241

242-
The [hotspot=servlet file=1]`servlet` and [hotspot=springboot file=1]`springBoot` features are required for the Liberty server to run the Spring Boot application. The application port is specified as [hotspot=httpport file=1]`9080` and the application is configured as a [hotspot=springBootApplication file=1]`springBootApplication` element.
242+
The [hotspot=servlet file=1]`servlet` and [hotspot=springboot file=1]`springBoot` features are required for the Liberty server to run the Spring Boot application. The application port is specified as [hotspot=httpport file=1]`9080` and the application is configured as a [hotspot=springBootApplication file=1]`springBootApplication` element. For more information, see the https://www.openliberty.io/docs/latest/reference/config/springBootApplication.html[springBootApplication element documentation^].
243243

244244
If you didn't build the Spring Boot application, run the `package` goal:
245245

0 commit comments

Comments
 (0)