# Generating Java Code

# Generate POJO From JSON

  • Install [JSON Model Genrator plugin](https://plugins.jetbrains.com/plugin/8062-json-model-generator) of Intellij by searching in Intellij setting.
  • Start the plugin from 'Tools'
  • Input the field of UI as following shows ('Path'、'Source'、'Package' is required): [enter image description here](https://i.stack.imgur.com/7b8pZ.png)

  • Click 'Generate' button and your are done.