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: python/rpdk/java/templates/README.md
+4-9Lines changed: 4 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,10 @@
3
3
Congratulations on starting development! Next steps:
4
4
5
5
1. Write the JSON schema describing your resource, `{{ schema_path.name }}`
6
-
2. The RPDK will automatically generate the correct resource model from the
7
-
schema whenever the project is built via Maven. You can also do this manually
8
-
with the following command: `{{ executable }} generate`
9
-
3. Implement your resource handlers
6
+
1. Implement your resource handlers.
10
7
8
+
The RPDK will automatically generate the correct resource model from the schema whenever the project is built via Maven. You can also do this manually with the following command: `{{ executable }} generate`.
11
9
12
-
Please don't modify files under `target/generated-sources/rpdk`, as they will be
13
-
automatically overwritten.
10
+
> Please don't modify files under `target/generated-sources/rpdk`, as they will be automatically overwritten.
14
11
15
-
The code use [Lombok](https://projectlombok.org/), and [you may have to install
16
-
IDE integrations](https://projectlombok.org/) to enable auto-complete for
17
-
Lombok-annotated classes.
12
+
The code uses [Lombok](https://projectlombok.org/), and [you may have to install IDE integrations](https://projectlombok.org/) to enable auto-complete for Lombok-annotated classes.
0 commit comments