Files
java-tutorials/spring-all/src/main/webapp/WEB-INF/view/scopesExample.jsp
T
Dhawal Kapil 77137e4011 BAEL-8965 Update "Spring Bean Scopes" article
- Updated changes for new spring bean scopes examples
2018-09-16 11:31:39 +05:30

10 lines
167 B
Plaintext

<html>
<head></head>
<body>
<h1>Bean Scopes Examples</h1>
<br> Previous Message: ${previousMessage }
<br> Current Message: ${currentMessage }
<br>
</body>
</html>