Merge pull request #30 from spring-cloud/conditional_lombok

Adding the lombok section as conditional
This commit is contained in:
Marcin Grzejszczak
2016-03-08 17:34:11 +01:00

View File

@@ -87,6 +87,8 @@ following command:
The generated eclipse projects can be imported by selecting `import existing projects`
from the `file` menu.
ifndef::no_lombok[]
==== Adding Project Lombok Agent
Spring Cloud uses http://projectlombok.org/features/index.html[Project Lombok]
@@ -112,7 +114,7 @@ or you will encounter compile problems. It also needs a specific version of mave
enabled. Intellij 14.1+ requires some configuration to ensure these are setup properly.
1. Click Preferences, Plugins. *Ensure Lombok is installed*
2. Click New, Project from Existing Sources, choose your spring-cloud-sleuth directory
2. Click New, Project from Existing Sources, choose your spring-cloud project directory
3. Choose Maven, and select Environment Settings. *Ensure you are using Maven 3.3.3*
4. In the next screen, *Select the profile `spring`* click Next until Finish.
5. Click Preferences, "Build, Execution, Deployment", Compiler, Annotation Processors. *Click Enable Annotation Processing*
@@ -120,3 +122,5 @@ enabled. Intellij 14.1+ requires some configuration to ensure these are setup pr
==== Importing into other IDEs
Maven is well supported by most Java IDEs. Refer to you vendor documentation.
endif::no_lombok[]