You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,18 @@ The method getId() is undefined for the type ProxyRouteLocator.ProxyRouteSpec
135
135
The method getLocation() is undefined for the type ProxyRouteLocator.ProxyRouteSpec PreDecorationFilter.java /spring-cloud-netflix-core/src/main/java/org/springframework/cloud/netflix/zuul/filters/pre line 55 Java Problem
136
136
----
137
137
138
+
==== Importing into Intellij
139
+
Spring Cloud projects use annotation processing, particularly Lombok, which requires configuration
140
+
or you will encounter compile problems. It also needs a specific version of maven and a profile
141
+
enabled. Intellij 14.1+ requires some configuration to ensure these are setup properly.
142
+
143
+
1. Click Preferences, Plugins. *Ensure Lombok is installed*
144
+
2. Click New, Project from Existing Sources, choose your spring-cloud-sleuth directory
145
+
3. Choose Maven, and select Environment Settings. *Ensure you are using Maven 3.3.3*
146
+
4. In the next screen, *Select the profile `spring`* click Next until Finish.
0 commit comments