After searching everywhere I don't find a solution for this question yet. I need to convert the following code snippet to java config.
<jsp-config>
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<page-encoding>UTF-8</page-encoding>
</jsp-property-group>
</jsp-config>
Is that possible? Thank you
edit: It seems that should be a duplicated question. The question which refers is too old and maybe dead. I think starting a new question is much better although that the other question has a valid answer it does not solve my problem because it is understandable how to apply that solution.