configuration spring boot dependency for freemarker configuration
Configuration configuration = new Configuration(Configuration.VERSION_2_3_27);
Here is what the above code is Doing:
1. Create a new Configuration object.
2. Set the version of the FreeMarker template engine to 2.3.27.