Spring MVC Example

Spring MVC Example Git Source Tree

Root/src/main/java/info/ahlberg/spring/ContactService.java

1package info.ahlberg.spring;
2
3public interface ContactService {
4
5    Object findAll();
6
7    void save(Contact contact);
8
9}
10

Archive Download this file

Branches