Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@richardgrantserverless
Created April 11, 2022 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardgrantserverless/534071054bb3ded4f73b114c01ed05e3 to your computer and use it in GitHub Desktop.
Save richardgrantserverless/534071054bb3ded4f73b114c01ed05e3 to your computer and use it in GitHub Desktop.
public void save(Product product) throws IOException {
logger.info("Products - save(): " + product.toString());
this.mapper.save(product);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment