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
65a9953c
Commit
65a9953c
authored
Jul 26, 2013
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a new remaining 'zero' and 'bootstrap' terms
Issue: #54095231
parent
b665a2bb
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
61 deletions
+61
-61
README.md
README.md
+48
-48
CONTRIBUTING.md
docs/CONTRIBUTING.md
+12
-12
eclipse-code-formatter.xml
eclipse/eclipse-code-formatter.xml
+1
-1
No files found.
README.md
View file @
65a9953c
This diff is collapsed.
Click to expand it.
docs/CONTRIBUTING.md
View file @
65a9953c
# Contributing to Spring
Zero
Spring
Zero
is released under the non-restrictive Apache 2.0 license. If you would like
# Contributing to Spring
Boot
Spring
Boot
is released under the non-restrictive Apache 2.0 license. If you would like
to contribute something, or simply want to hack on the code this document should help
you get started.
## Working with the code
If you don't have an IDE preference we would recommend that you use
[
Spring Tools Suite
](
http://www.springsource.com/developer/sts
)
or
[
Eclipse
](
http://eclipse.org
)
when working with the code. We use the
If you don't have an IDE preference we would recommend that you use
[
Spring Tools Suite
](
http://www.springsource.com/developer/sts
)
or
[
Eclipse
](
http://eclipse.org
)
when working with the code. We use the
[
m2eclipe
](
http://eclipse.org/m2e/
)
eclipse plugin for maven support. Other IDEs
and tools should also work without issue.
### Building from source
To build the source you will need to install
To build the source you will need to install
[
Apache Maven
](
http://maven.apache.org/run-maven/index.html
)
v3.0 or above. The project
can be build using the standard maven command:
...
...
@@ -30,7 +30,7 @@ We recommend the [m2eclipe](http://eclipse.org/m2e/) eclipse plugin when working
eclipse. If you don't already have m2eclipse installed it is available from the "eclipse
marketplace".
Spring
Zero
includes project specific source formatting settings, in order to have these
Spring
Boot
includes project specific source formatting settings, in order to have these
work with m2eclipse, we provide an additional eclipse plugin that you can install:
*
Select
`Install new software`
from the
`help`
menu
...
...
@@ -40,12 +40,12 @@ work with m2eclipse, we provide an additional eclipse plugin that you can instal
from the
`eclipse`
folder in this checkout
*
Install "Maven Integration for the maven-eclipse-plugin"
_NOTE: This plugin is optional. Projects can be imported without the plugin, your code
changes just won't be automatically formatted._
_NOTE: This plugin is optional. Projects can be imported without the plugin, your code
changes just won't be automatically formatted._
With the requisite eclipse plugins installed you can select
With the requisite eclipse plugins installed you can select
`import existing maven projects`
from the
`file`
menu to import the code. You will
need to import the root
`spring-boot`
pom and the
`spring-boot-samples`
pom separately.
need to import the root
`spring-boot`
pom and the
`spring-boot-samples`
pom separately.
### Importing into eclipse without m2eclipse
...
...
@@ -69,4 +69,4 @@ The sample application are used as integration tests during the build
instead are launched via the
`maven-invoker-plugin`
. If you encounter
build failures running the integration tests, check the
`build.log`
file in the appropriate sample directory.
eclipse/eclipse-code-formatter.xml
View file @
65a9953c
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<profiles
version=
"12"
>
<profile
kind=
"CodeFormatterProfile"
name=
"Spring
Zero
"
version=
"12"
>
<profile
kind=
"CodeFormatterProfile"
name=
"Spring
Boot
"
version=
"12"
>
<setting
id=
"org.eclipse.jdt.core.formatter.comment.insert_new_line_before_root_tags"
value=
"do not insert"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.disabling_tag"
value=
"@formatter:off"
/>
<setting
id=
"org.eclipse.jdt.core.formatter.insert_space_after_comma_in_annotation"
value=
"insert"
/>
...
...
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