BAEL-859 (updated) How to display/list all Spring-managed beans? (#2064)

* Separating displayAllBeans logic from main method

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Removing as 'Person' bean is no longer used

* Added FooService and FooController

* Changed test cases as per new configuration

* Template to handle front-end view

* Fixed spacing issue

* Fixed spaces

* Fixed spacing issue
This commit is contained in:
ramansahasi
2017-06-13 20:43:16 +05:30
committed by maibin
parent 74aa2c9ec9
commit 69b4a05eb8
8 changed files with 60 additions and 58 deletions
@@ -0,0 +1,10 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Baeldung</title>
</head>
<body>
<h2 th:text="${header}"></h2>
<p th:text="${message}"></p>
</body>
</html>