machine-rental-service / rental-proto

2020공공데이터 해커톤: 공공장비 온라인센터(public-equipment-rental-center) 현재 미운영중
http://public-equipment.herokuapp.com
2 stars 3 forks source link

[BUG] JSP 인식 못하는 문제 #68

Open sodaMelon opened 2 years ago

sodaMelon commented 2 years ago

Prombelm: Spring Boot 사용 시, 종종 인식 못하는 경우 있음 (Dependency 제대로 잡혀있는데도...)

(2020.Dec) 에 썼던 방법 : JSP EL -> JSTL 로 교체후 clean install (해결)

(2022.Jan) : JUnit5 dependendcy 주입후... 인식못함 선택지1. maven-> gradle로 교체해보기 선택지2. jsp-> thymeleaf 또는 mustache로 migration

sodaMelon commented 2 years ago

선택지1. gradle migration 해보는 중

sodaMelon commented 2 years ago

https://4coops.tistory.com/entry/%EC%8A%A4%ED%94%84%EB%A7%81-%EB%B6%80%ED%8A%B8-JSP-INTELLIJ-%EC%A1%B0%ED%95%A9%EC%97%90%EC%84%9C%EC%9D%98-404-%EC%97%90%EB%9F%AC-%EC%9D%B4%EC%8A%88

mvn spring-boot:run 으로 실행하면 잘된다...... 선택지2는 시간이 많이 걸리니 한가한날 해야겠당