Skip to content

Commit a04c249

Browse files
committed
clean up
1 parent 5974465 commit a04c249

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
Adds support for the [openapi-processor](https://openapiprocessor.io/oap/home/home.html) `mapping.yaml` configuration file.
1010
<br/><br/>
1111

12-
* automatically selects the json schema of the `mapping.yaml` to provide editing support (autocompletion & validation). Note that the `openapi-processor-mapping: v[x]` line in the `mapping.yaml` is used to detect it.
13-
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi yaml file(s) (includes new ui icon)
12+
* automatically selects the JSON schema of the `mapping.yaml` to provide editing support (autocompletion & validation). Note that the `openapi-processor-[mapping|spring]: v[x]` line in the `mapping.yaml` is used to detect it.
13+
* marks the `mapping.yaml` with an openapi-processor icon to separate it from the openapi YAML file(s) (includes new ui icon)
1414
* navigate from the `package-name` configuration in the `mapping.yaml` to the package with the generated sources (if the target package exists).
1515
* navigate from an endpoint `path` mapping in the `mapping.yaml` to the generated interface method (via a standard interface icon).
1616
* navigate from an OpenAPI endpoint `path` to the generated endpoint interface methods (via a standard interface icon).
@@ -32,8 +32,7 @@ Adds support for the [openapi-processor](https://openapiprocessor.io/oap/home/ho
3232

3333
## Logging
3434

35-
* to enable debug logging add "io.openapiprocessor.intellij:trace" into Help/Diagnostic Tools/Debug Log Settings...
36-
35+
* to enable debug logging, add "io.openapiprocessor.intellij:trace" into Help/Diagnostic Tools/Debug Log Settings...
3736

3837
---
3938
Plugin based on the [IntelliJ Platform Plugin Template][template].

0 commit comments

Comments
 (0)