🎃Thymeleafテンプレート内からSpringbootの設定値を取得する2021/08/11に公開Thymeleaftech 動作確認環境 Springboot 1.3.5 使い方 <div th:text="${@environment.getProperty('my.setting')}"></div> 所感 今までこれを知らずに、わざわざ Controller で Model に設定値をセットとかやっていたのでメモ。 Discussion
Discussion