Spring Boot UTF-8 encoding (VS Code)

Hello There!In order to enable UTF-8 encoding on spring boot application, using VS code, follow these steps, Add below code in application.xml/yml server: port: 8022 servlet: context-path: /CMNRFQ encoding: charset:…