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
8059dcee
Commit
8059dcee
authored
Mar 27, 2019
by
Andy Wilkinson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3.x' into 1.4.x
parents
baec3d6e
cf2b0bc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
README.adoc
README.adoc
+1
-5
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+4
-4
No files found.
README.adoc
View file @
8059dcee
...
...
@@ -102,11 +102,7 @@ Boot applications can run on Java 1.6).
----
If you want to build with the regular `mvn` command, you will need
<<<<<<< HEAD
http://maven.apache.org/run-maven/index.html[Maven v3.2.1 or above].
=======
https://maven.apache.org/run-maven/index.html[Maven v3.0.5 or above].
>>>>>>> 1.3.x
https://maven.apache.org/run-maven/index.html[Maven v3.2.1 or above].
NOTE: You may need to increase the amount of memory available to Maven by setting
a `MAVEN_OPTS` environment variable with the value `-Xmx512m`. Remember
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
8059dcee
...
...
@@ -612,10 +612,10 @@ For example, the following YAML document:
----
environments:
dev:
url: http://dev.example.com
url: http
s
://dev.example.com
name: Developer Setup
prod:
url: http://another.example.com
url: http
s
://another.example.com
name: My Cool App
----
...
...
@@ -623,9 +623,9 @@ Would be transformed into these properties:
[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.prod.url=http://another.example.com
environments.prod.url=http
s
://another.example.com
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