Skip to content

Commit

Permalink
IGNITE-22749 Mention ignite-json as dependency in the REST API module…
Browse files Browse the repository at this point in the history
… README.txt (#11439)
  • Loading branch information
skorotkov authored Jul 16, 2024
1 parent 68d6e4e commit fb4e5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/rest-http/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Apache Ignite REST-HTTP Module
Apache Ignite REST-HTTP module provides Jetty-based server which can be used to execute tasks and/or cache commands
in grid using REST approach via HTTP protocol.

To enable REST-HTTP module when starting a standalone node, move 'optional/ignite-rest-http' folder to
'libs' folder before running 'ignite.{sh|bat}' script. The content of the module folder will
To enable REST-HTTP module when starting a standalone node, move 'optional/ignite-rest-http' and 'optional/ignite-json'
folders to 'libs' folder before running 'ignite.{sh|bat}' script. The content of the module folder will
be added to classpath in this case.

The module depends on third-party libraries that use the slf4j facade for logging.
Expand Down

0 comments on commit fb4e5ba

Please sign in to comment.