Springboot 1.3.5
<div th:text="${@environment.getProperty('my.setting')}"></div>
今までこれを知らずに、わざわざControllerでModelに設定値をセットとかやっていたのでメモ。