@ScriptAssert(lang = "javascript", script = "_this.price * _this.quantity >= 10000")
이걸 입력하는 부분에서 상품명 대강입력하고 가격1000 수량 1 했더니 이런 에러가 뜨네요.. 해결방법좀 부탁드립니다..ㅠ
org.springframework.expression.spel.SpelEvaluationException: EL1004E: Method call: Method GlobalErrors() cannot be found on type org.thymeleaf.spring5.expression.Fields
말씀하신대로 수정해보니 되네요 감사합니다 :)