Spring/error log

2024-01-23 13:24:48.701 ERROR 6204 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframewor..

melitina 2024. 1. 23. 14:39

 

https://catsbi.oopy.io/b1e24e80-1a0b-47c2-bf7b-2cd9ade76703

 

@Configuration
public class JacksonConfig {

    @Bean
    public Hibernate5Module hibernate5Module() {
        return new Hibernate5Module();
    }
}