Skip to content

Commit d85bb3f

Browse files
authored
Improve IntelliJ setup instructions (#355)
Closes #354
1 parent 4ee15bd commit d85bb3f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,8 @@ the code generated from the CDS model the build path of the project (module) nee
178178
with the folder containing the generated code. In order to add the generated code you need to add the 'gen' folder
179179
to the build path:
180180

181-
1. Open the project settings.
182-
2. Navigate to the 'modules' section.
183-
3. Select the srv/src/gen folder and mark it as 'sources'.
184-
4. Save and leave the project settings.
185-
5. Trigger a rebuild.
181+
1. Right-click the `srv/src/gen/java` folder, select 'Mark Directory as' and mark it as 'Sources Root'.
182+
1. Right-click the `srv/src/gen/resources` folder, select 'Mark Directory as' and mark it as 'Resources Root'.
186183

187184
After the generated code is considered by IntelliJ's build the application can be handled just as any other Spring Boot
188185
application in IntelliJ.

0 commit comments

Comments
 (0)