본문 바로가기
Spring Boot

[Spring] 타임리프에서 Spring Service 호출하기

by palbokdev 2023. 8. 8.
<div th:text="${@urlService.getApplicationUrl()}">...</div>

@Service 어노테이션으로 빈에 등록되어 사용이 가능합니다.

 

ref : https://stackoverflow.com/questions/43841458/how-to-call-a-service-method-with-thymeleaf