Skip to content

Tag: spring-boot

apache poi convert excel to json [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 7 months ago. Improve this question ExcelToJson converter The method works correctly, but at the output it produces an array, w…

How to fix Thymeleaf th:field unexpected error

I am new to Spring Boot and Thymeleaf. I tried to follow some example but got error as below with no any ideas… My Spring Boot version is 2.7.1 and Java 17 entity: controller: view: The th:field will get 500 internal error when I open this web page…. I’ve google and take a look in Thymeleaf …