Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8d5eec1

Browse files
committed
Added subheading section
1 parent 2e2db13 commit 8d5eec1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/spring/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ public class UserAPIImpl implements UserAPI {
184184
Webapps controllers do not require to extend from a service interface as they are tightly coupled to the views they handle.
185185
Below is an example of an Web page implementation with its corresponding view
186186

187+
*Controller*
188+
187189
```java
188190
/**
189191
* User page
@@ -214,6 +216,8 @@ public class UserAPIImpl implements UserAPI {
214216
}
215217
```
216218

219+
*View*
220+
217221
```jsp
218222
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
219223
<%@ taglib prefix="tags" tagdir="/WEB-INF/tags" %>

0 commit comments

Comments
 (0)