spring-petclinic/src/main/resources/spring
michaelisvy 92e7ab43be Simplified ContentNegoViewResolver config
- Now using namespace, much simpler (11 lines instead of 27)
- Just a minor issue with:
<bean class="org.springframework.web.servlet.view.JstlView">
	<property name="url" value="" />
</bean>
(should investigate later if we can remove “url” attribute
2014-11-28 12:45:57 +09:00
..
business-config.xml removed default profile and replaced with "jpa" 2013-12-16 20:58:15 +09:00
data-access.properties changed file path. Thanks to @cmourouvin for letting me know. 2013-05-02 11:32:03 +08:00
datasource-config.xml Introduce a "jee" Spring profile to retrieve the datasource with a JNDI lookup. 2013-07-01 12:13:29 +02:00
mvc-core-config.xml Spring MVC should server static resources (*.html, ...) located in src/main/webapp instead of returning "404 Not Found" 2013-08-10 19:49:01 +02:00
mvc-view-config.xml Simplified ContentNegoViewResolver config 2014-11-28 12:45:57 +09:00
tools-config.xml moved cache config files to dedicated folder 2013-06-05 09:04:41 +08:00