2017-05-08 9 views
1

私は基本的なSpringBootアプリケーションを持っています。 Spring Initializer、組み込みTomcat、Thymeleafテンプレートエンジン、およびパッケージを実行可能なJARファイルとして使用しています。Thymeleaf、JQuery、およびメッセージのプロパティ

私は、私はHTMLでそれを使用したい私のmessage.propertiesに

resetPassword.sending.email=Sending email 

をこのメッセージを持っている

$("#sendEmailButtonId").click(function(e) { 
    $("#emailLabelId").text([[#{resetPassword.sending.email}]]); 
}); 

が、それはテキスト

+0

あなたは '

関連する問題