You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/2015-03-17-spring.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,10 +29,10 @@ public class ContactsController extends Controller {
29
29
30
30
Pippo automatically creates the _ContactsController_ instance and pippo-spring injects the ContactService service bean, so basically you don’t have to worry about any of that stuff.
31
31
32
-
To activate pippo-spring integration in your Application you must add`SpringControllerFactory`:
32
+
To activate pippo-spring integration in your Application you must register`SpringControllerFactory` and extend from `ControllerApplication` instead:
0 commit comments