File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -178,11 +178,8 @@ the code generated from the CDS model the build path of the project (module) nee
178178with the folder containing the generated code. In order to add the generated code you need to add the 'gen' folder
179179to 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
187184After the generated code is considered by IntelliJ's build the application can be handled just as any other Spring Boot
188185application in IntelliJ.
You can’t perform that action at this time.
0 commit comments