开发者

Spring MVC environment specific information on JSP

开发者 https://www.devze.com 2022-12-30 23:47 出处:网络
What is the best of displaying environment specific information (Dev, QA etc.) on the view JSP in Spring? I am thinking of reading that information from a properties file. Whats the simplest way of ma

What is the best of displaying environment specific information (Dev, QA etc.) on the view JSP in Spring? I am thinking of reading that information from a properties file. Whats the simplest way of making that pr开发者_StackOverflow社区operties file data available to the view JSP?

So far looks like I need to use JSTL to read the properties, but I don't want them localized!


I used the Spring 3 themes for this and having a different property file for the themeResolver per environment.

0

精彩评论

暂无评论...
验证码 换一张
取 消