๐Ÿ“‘ ErrorNote 3

๐ŸŸข [ SpringBoot ] [ AWS EC2 ] TemplateInputException

AWS EC2 Spring Boot ๋ฐฐํฌ ์‹œ TemplateInputException ์˜ค๋ฅ˜ Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/ip/ipinfo], template might not exist or might not be accessible by any of the configured Template Resolvers] with root cause EC2 ์„œ๋ฒ„์— ๋ฐฐํฌํ•˜๋Š” ๋„์ค‘ TemplateInpu..

๐Ÿ“‘ ErrorNote 2023.10.24

๐ŸŸข [Spring] No converter found for return value of type: class java.lang.Boolean

Jsp์™€ ์ปจํŠธ๋กค๋Ÿฌ์—์„œ ๋ฐ์ดํ„ฐ๋ฅผ ์ฃผ๊ณ ๋ฐ›์„ ๋•Œ ๋ฐœ์ƒํ•œ ์˜ค๋ฅ˜์ด๋‹ค. @ResponseBody ๋„ ์จ๋ณด๊ณ  ResponseEntity๋„ ์‚ฌ์šฉํ•ด๋ดค๋Š”๋ฐ ๋˜์ง€ ์•Š์•„์„œ pom.xml์—์„œ ์˜์กด์„ฑ ์„ค์ •์„ ํ•ด์ฃผ์—ˆ๋”๋‹ˆ ํ•ด๊ฒฐํ•˜์˜€๋‹ค. com.fasterxml.jackson.core jackson-core 2.9.2 com.fasterxml.jackson.core jackson-databind 2.9.2 ์œ„์˜ ์ฝ”๋“œ๋ฅผ pom.xml์— ์ถ”๊ฐ€ํ•ด์ฃผ๋ฉด ๋œ๋‹ค.

๐Ÿ“‘ ErrorNote 2023.07.21

๐ŸŸข [Spring] Spring ํŠธ๋žœ์žญ์…˜ ์ฒ˜๋ฆฌ ์ค‘ Commit

๐Ÿšฉ SQL ์—์„œ Commit ํ•˜๊ธฐ Spring ๊ฐœ๋ฐœ ๋„์ค‘ update๋ฅผ ํ•˜๋Š”๋ฐ ์‹คํ–‰๋˜์ง€ ์•Š๋Š” ์ƒํ™ฉ์ด ๋ฐœ์ƒํ•˜์˜€๋‹ค. Controller์— ๊ฐ’์€ ๋ชจ๋‘ ์ž˜ ๋„˜์–ด๊ฐ€๊ณ  update๋งŒ ์‹คํ–‰๋˜๋ฉด ๋˜๋Š”๋ฐ ๋”์ด์ƒ ๋„˜์–ด๊ฐ€์ง€ ์•Š์•˜๋‹ค. ๊ทธ๋ž˜์„œ ์ฐพ์•„๋ณธ ๊ฒฐ๊ณผ ๋‚ด๊ฐ€ SQL Developer์—์„œ Update ๋ฅผ ์‹คํ–‰ ํ›„ Commit ์„ ํ•˜์ง€ ์•Š์•˜๋‹ค. ์ด ๋•Œ ํŠธ๋žœ์žญ์…˜์ด ์ข…๋ฃŒ๋˜์ง€ ์•Š์•„ ๋‚ด Controller์˜ Update๊ฐ€ ์‹คํ–‰๋˜์ง€ ์•Š์•˜๋˜ ๊ฒƒ์ด๋‹ค. SQL Developer์—์„œ Update๋ฅผ ์‹คํ–‰ํ•˜๋ฉด Lock์ด ๊ฑธ๋ฆฐ๋‹ค๊ณ  ํ•œ๋‹ค.

๐Ÿ“‘ ErrorNote 2023.07.20