I want to use SpringData (JPA I guess to access Postgres) with my Spring / GWT project. I cannot use SpringBoot because it does not allow me to register a simple HttpServlet (the GWT RemoteServiceServlet). At least, I can't figure that out due to too much magic and poor documentation.
Can anyone point me at a sample Maven project that uses SpringData without SpringBoot?