Skip to content

Commit

Permalink
FM2-572 Added docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski authored Jul 19, 2023
1 parent 36ab237 commit 6fc8921
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,11 @@ than their XML equivalents, where possible.
In addition to the default libraries, we should use [Lombok](https://projectlombok.org/)
where feasible to avoid having to write so much repetitive code.

Deployment
------------
For performance reasons it is recommended to set **hibernate.cache.use_query_cache=true** for openmrs-core versions lower than 2.6.2, where it is set by default. It is to benefit from caching of result counts. You can set it via [OpenMRS runtime properties](https://wiki.openmrs.org/display/docs/Overriding+OpenMRS+Default+Runtime+Properties).


Unit Testing
------------

Expand Down

0 comments on commit 6fc8921

Please sign in to comment.