Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
cf2b0bc8
Commit
cf2b0bc8
authored
Mar 27, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use HTTPS in YAML exmaple
See gh-16316
parent
35572b6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+4
-4
No files found.
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
cf2b0bc8
...
@@ -558,10 +558,10 @@ For example, the following YAML document:
...
@@ -558,10 +558,10 @@ For example, the following YAML document:
----
----
environments:
environments:
dev:
dev:
url: http://dev.example.com
url: http
s
://dev.example.com
name: Developer Setup
name: Developer Setup
prod:
prod:
url: http://another.example.com
url: http
s
://another.example.com
name: My Cool App
name: My Cool App
----
----
...
@@ -569,9 +569,9 @@ Would be transformed into these properties:
...
@@ -569,9 +569,9 @@ Would be transformed into these properties:
[source,properties,indent=0]
[source,properties,indent=0]
----
----
environments.dev.url=http://dev.example.com
environments.dev.url=http
s
://dev.example.com
environments.dev.name=Developer Setup
environments.dev.name=Developer Setup
environments.prod.url=http://another.example.com
environments.prod.url=http
s
://another.example.com
environments.prod.name=My Cool App
environments.prod.name=My Cool App
----
----
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment